Passed
Push — master ( ab76f6...602718 )
by Patryk
06:05 queued 04:48
created
src/Cache/CacheInterface.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 
5 5
 interface CacheInterface
6 6
 {
7
-    /**
8
-     * change cache parameter
9
-     *
10
-     * @param  bool $is
11
-     * @param  int  $time
12
-     * @return bool
13
-     */
14
-    public static function setCache($is, $time);
7
+	/**
8
+	 * change cache parameter
9
+	 *
10
+	 * @param  bool $is
11
+	 * @param  int  $time
12
+	 * @return bool
13
+	 */
14
+	public static function setCache($is, $time);
15 15
 }
Please login to merge, or discard this patch.