Completed
Pull Request — master (#7)
by
unknown
02:07
created
src/SimpleXmlReader/PathIterator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
      */
43 43
     protected $callback;
44 44
 
45
+    /**
46
+     * @param string $returnType
47
+     */
45 48
     public function __construct(ExceptionThrowingXMLReader $reader, $path, $returnType, $callback = null)
46 49
     {
47 50
         $this->reader = $reader;
Please login to merge, or discard this patch.