diff options
author | Jose <jose@zeroc.com> | 2016-12-16 09:29:56 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-16 09:29:56 +0100 |
commit | 6d44334d83fcf94e9d1ecffc0834a01e372eac59 (patch) | |
tree | 1cef6e500dbe9cca679f5be4a3ea4f442f17e237 /php/src | |
parent | Fixed deprecated warning and other warnings with clang (diff) | |
download | ice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.tar.bz2 ice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.tar.xz ice-6d44334d83fcf94e9d1ecffc0834a01e372eac59.zip |
minor style fixes
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/php7/Operation.cpp | 3 |
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(); |