@@ -78,6 +78,8 @@ |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * {@inheritdoc} |
| 81 | + * @param integer $offset |
|
| 82 | + * @param integer $length |
|
| 81 | 83 | */ |
| 82 | 84 | public function getLimitClause($offset, $length) |
| 83 | 85 | { |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | private $connectionLocator; |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @param ConnectionLocatorInterface $connectionLocator |
|
| 28 | 27 | */ |
| 29 | 28 | public function __construct(InjectorInterface $injector) |
| 30 | 29 | { |