Completed
Branch testing (99a3aa)
by AJ
02:01
created
src/Controller/Component/ShopifyAPIComponent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,13 +70,13 @@
 block discarded – undo
70 70
      * @param string $method
71 71
      * @param string $path
72 72
      */
73
-    public function call($method, $path, $params=array()) {
73
+    public function call($method, $path, $params = array()) {
74 74
         
75 75
         if (!$this->_isReady()) {
76 76
             return false;
77 77
         }
78 78
         
79
-        if (!in_array($method, array('POST','PUT','GET','DELETE'))) {
79
+        if (!in_array($method, array('POST', 'PUT', 'GET', 'DELETE'))) {
80 80
             return false;    
81 81
         }
82 82
         
Please login to merge, or discard this patch.