Completed
Push — 2.x ( 3075f5...d93982 )
by Delete
03:22 queued 14s
created
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.
src/Parser/Sqlite/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return SourceInterface
79
+     * @return AdapterInterface
80 80
      * @throws InvalidArgumentException
81 81
      * @throws UnexpectedValueException
82 82
      */
Please login to merge, or discard this patch.