Passed
Branch master (dca85f)
by Tim
06:08
created
Category
src/AppserverIo/RestApi/Wrappers/OA2/OperationWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
         preg_match('/\\\{[a-zA-Z0-9\_\-]+\\\}/', preg_quote($operation->path), $pathVariables);
115 115
 
116 116
         // remove the surrounding braces
117
-        array_walk($pathVariables, function (&$pathVariable) {
117
+        array_walk($pathVariables, function(&$pathVariable) {
118 118
             $pathVariable = stripslashes(str_replace(array('{', '}'), null, $pathVariable));
119 119
         });
120 120
 
Please login to merge, or discard this patch.