Cancelled
Push — master ( 00a45e...787c73 )
by Oskar
02:12
created
src/Cache/CCacheFile.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -152,10 +152,10 @@
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-    * Sets the timezone that should be used for the expiration time
156
-    *
157
-    * @param DateTimeZone $timeZone The timezone used for the expiration time
158
-    */
155
+     * Sets the timezone that should be used for the expiration time
156
+     *
157
+     * @param DateTimeZone $timeZone The timezone used for the expiration time
158
+     */
159 159
     public function setTimeZone($timeZone)
160 160
     {
161 161
         $this->timeZone = $timeZone;
Please login to merge, or discard this patch.
src/Cache/CCachePool.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,6 @@
 block discarded – undo
228 228
      *
229 229
      * @param array $keys
230 230
      *   An array of keys that should be removed from the pool.
231
-
232 231
      * @throws InvalidArgumentException
233 232
      *   If any of the keys in $keys are not a legal value a \Psr\Cache\InvalidArgumentException
234 233
      *   MUST be thrown.
Please login to merge, or discard this patch.
src/Cache/CacheItemPoolInterface.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,6 @@
 block discarded – undo
228 228
      *
229 229
      * @param array $keys
230 230
      *   An array of keys that should be removed from the pool.
231
-
232 231
      * @throws InvalidArgumentException
233 232
      *   If any of the keys in $keys are not a legal value a \Psr\Cache\InvalidArgumentException
234 233
      *   MUST be thrown.
Please login to merge, or discard this patch.