Completed
Pull Request — develop (#146)
by Andreas
44:49 queued 41:30
created
src/WsdlHandler/Tag/AbstractTagOperationElement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     const ATTRIBUTE_MESSAGE = 'message';
10 10
     /**
11
-     * @return TagOperation|null
11
+     * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null
12 12
      */
13 13
     public function getParentOperation()
14 14
     {
Please login to merge, or discard this patch.
src/WsdlHandler/Tag/TagHeader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     const OPTIONAL_HEADER = 'optional';
13 13
     const ATTRIBUTE_REQUIRED = 'wsdl:required';
14 14
     /**
15
-     * @return TagInput|null
15
+     * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null
16 16
      */
17 17
     public function getParentInput()
18 18
     {
Please login to merge, or discard this patch.
src/Command/AbstractCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         return (bool) $this->getOptionValue('force') === true;
50 50
     }
51 51
     /**
52
-     * @param string|array $messages
52
+     * @param string $messages
53 53
      * @param int $type
54 54
      */
55 55
     protected function writeLn($messages, $type = OutputInterface::OUTPUT_NORMAL)
Please login to merge, or discard this patch.