Passed
Push — master ( 5a1f0b...37476b )
by Delete
02:47
created
src/Parser/Sqlite/Parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @return mixed
74
+     * @return SourceInterface
75 75
      * @throws InvalidArgumentException
76 76
      * @throws UnexpectedValueException
77 77
      */
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-     * @param $directory
131
+     * @param string $directory
132 132
      * @param bool $create
133 133
      *
134 134
      * @throws ParserConfigurationException
Please login to merge, or discard this patch.
src/Parser/Sqlite/Writer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -342,7 +342,7 @@
 block discarded – undo
342 342
     /**
343 343
      * @param array $properties
344 344
      *
345
-     * @return int|null
345
+     * @return string|null
346 346
      * @throws ParserRuntimeException
347 347
      */
348 348
     protected function getParentPatternId(array &$properties)
Please login to merge, or discard this patch.