Test Setup Failed
Push — master ( e1480f...f9fae6 )
by Manu
03:28
created
src/Models/InventoryController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -218,6 +218,9 @@
 block discarded – undo
218 218
         ]);
219 219
     }
220 220
 
221
+    /**
222
+     * @param string[] $keys
223
+     */
221 224
     private function createQueryInput($keys, $request)
222 225
     {
223 226
         $queryInput = [];
Please login to merge, or discard this patch.