summaryrefslogtreecommitdiff
path: root/php/src/php7/Operation.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-16 09:29:56 +0100
committerJose <jose@zeroc.com>2016-12-16 09:29:56 +0100
commit6d44334d83fcf94e9d1ecffc0834a01e372eac59 (patch)
tree1cef6e500dbe9cca679f5be4a3ea4f442f17e237 /php/src/php7/Operation.cpp
parentFixed deprecated warning and other warnings with clang (diff)
downloadice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.tar.bz2
ice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.tar.xz
ice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.zip
minor style fixes
Diffstat (limited to 'php/src/php7/Operation.cpp')
-rw-r--r--php/src/php7/Operation.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/src/php7/Operation.cpp b/php/src/php7/Operation.cpp
index 066f5d6d137..e4afea75a8d 100644
--- a/php/src/php7/Operation.cpp
+++ b/php/src/php7/Operation.cpp
@@ -64,8 +64,7 @@ class OperationI : public Operation
{
public:
- OperationI(const char*, Ice::OperationMode, Ice::OperationMode, Ice::FormatType, zval*, zval*, zval*, zval*
- );
+ OperationI(const char*, Ice::OperationMode, Ice::OperationMode, Ice::FormatType, zval*, zval*, zval*, zval*);
~OperationI();
virtual zend_function* function();