Completed
Pull Request — master (#6)
by Asmir
95:25 queued 93:43
created
src/Metadata/Generator/MetadataGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@
 block discarded – undo
115 115
         return $operation;
116 116
     }
117 117
 
118
+    /**
119
+     * @param string $direction
120
+     */
118 121
     protected function generateInOut(Operation $operation, OperationMessage $operationMessage, Param $param, $direction, Service $service)
119 122
     {
120 123
         $xmlNs = $operation->getOperation()->getDefinition()->getTargetNamespace();
Please login to merge, or discard this patch.