Completed
Pull Request — master (#33)
by Daniel
05:18
created
lib/Query/QueryBuilderConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
      * @param string $alias As specified in the query source.
212 212
      * @param string $field Name of the document field
213 213
      *
214
-     * @return array {
214
+     * @return string[] {
215 215
      *
216 216
      *     @var string Element is the real alias to use, second element is
217 217
      *     @var string the property name
Please login to merge, or discard this patch.
lib/Subscriber/Phpcr/QuerySubscriber.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
     /**
52 52
      * @param SessionInterface $session
53 53
      * @param EventDispatcherInterface $eventDispatcher
54
-     * @param QueryBuilderConverter $converter
55 54
      * @param string $queryBuilderClass
56 55
      */
57 56
     public function __construct(
Please login to merge, or discard this patch.