Completed
Push — master ( b7ef6a...58a002 )
by Kirill
03:12
created
src/Query/AliasProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param string ...$patterns
47
+     * @param string[] $patterns
47 48
      * @return string
48 49
      */
49 50
     public function createAlias(string ...$patterns): string
Please login to merge, or discard this patch.
src/Query/RepositoryProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     protected $repository;
26 26
 
27 27
     /**
28
-     * @param ObjectRepository|Hydrogen $repository
28
+     * @param ObjectRepository $repository
29 29
      * @return Query|$this
30 30
      */
31 31
     public function from(ObjectRepository $repository): self
Please login to merge, or discard this patch.