Test Failed
Pull Request — feature/families (#15)
by Yuji
03:29
created
src/YahooShoppingJp/Request/AbstractRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @throws InvalidRequestException
44 44
      */
45 45
     public function requires($paramKey) {
46
-        if (! isset($this->params[$paramKey])) {
46
+        if (!isset($this->params[$paramKey])) {
47 47
             throw new InvalidRequestException($paramKey.' is required');
48 48
         }
49 49
     }
Please login to merge, or discard this patch.