Completed
Push — master ( dc7c98...b8f032 )
by Dan
02:14
created
Src/Cache/Cache.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      */
49 49
     public function set($key, $value, $expires = null)
50 50
     {
51
-        if ($expires === null){
51
+        if ($expires === null) {
52 52
             $expires = $this->expires;
53 53
         }
54 54
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * @param int $expires
60 60
      * @return Cache
61 61
      */
62
-    public function setExpires($expires){
62
+    public function setExpires($expires) {
63 63
         $this->expires = $expires;
64 64
         return $this;
65 65
     }
Please login to merge, or discard this patch.