Completed
Push — master ( 6a2690...9f8cee )
by Milroy
01:22
created
src/Query/Fields.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
         $this->fields = $request->get('fields', []);
17 17
     }
18 18
 
19
+    /**
20
+     * @param string $resourceName
21
+     */
19 22
     public function has($resourceName)
20 23
     {
21 24
         return array_key_exists($resourceName, $this->fields);
Please login to merge, or discard this patch.