Completed
Push — master ( b33aa2...131cc8 )
by Sean
13s queued 11s
created
src/Api/SitesApi.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -132,10 +132,10 @@
 block discarded – undo
132 132
     }
133 133
 
134 134
         /**
135
-     * @param array $params
136
-     *
137
-     * @return array
138
-     */
135
+         * @param array $params
136
+         *
137
+         * @return array
138
+         */
139 139
     public function setStaticCacheMode($siteId)
140 140
     {
141 141
         return $this->client->send(sprintf('%s/performance/cache-mode', $this->apiUri), [
Please login to merge, or discard this patch.