Completed
Push — staging ( 49d4d2...31af54 )
by Matthew
03:26
created
src/Repository/AbstractEndpointRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      * @param string $type    Type of query to use, such as Select, Update etc.
73 73
      * @param bool   $newOnly Whether we're getting a new query or using a raw one
74 74
      *
75
-     * @return \Aura\SqlQuery\QueryInterface
75
+     * @return AbstractQuery
76 76
      */
77 77
     public function newQuery($type = 'single', $newOnly = false)
78 78
     {
Please login to merge, or discard this patch.