@@ -342,7 +342,7 @@ |
||
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) |
@@ -26,7 +26,7 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
29 | - * @return \SQLite3Stmt |
|
29 | + * @return \PDOStatement |
|
30 | 30 | */ |
31 | 31 | protected function getStatement() |
32 | 32 | { |
@@ -76,7 +76,7 @@ |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
79 | - * @return SourceInterface |
|
79 | + * @return AdapterInterface |
|
80 | 80 | * @throws InvalidArgumentException |
81 | 81 | * @throws UnexpectedValueException |
82 | 82 | */ |