Completed
Pull Request — master (#6)
by Christopher
23:28 queued 08:27
created
src/Query/LaravelExpressionProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
      */
46 46
     private $_resourceType;
47 47
     /**
48
-     * @param string $iteratorName The name of the iterator
49 48
      */
50 49
     public function __construct()
51 50
     {
Please login to merge, or discard this patch.
src/Query/LaravelQuery.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -147,6 +147,8 @@
 block discarded – undo
147 147
 
148 148
     /**
149 149
      * Common method for getResourceFromRelatedResourceSet() and getResourceFromResourceSet()
150
+     * @param ResourceSet|null $resourceSet
151
+     * @param null|KeyDescriptor $keyDescriptor
150 152
      */
151 153
     protected function getResource(
152 154
         $resourceSet,
Please login to merge, or discard this patch.