Completed
Push — master ( 9e9970...97ce03 )
by Oleg
03:21
created
micro/web/ISession.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: casper
5
- * Date: 19.07.15
6
- * Time: 14:28
7
- */
3
+     * Created by PhpStorm.
4
+     * User: casper
5
+     * Date: 19.07.15
6
+     * Time: 14:28
7
+     */
8 8
 
9 9
 namespace Micro\web;
10 10
 
Please login to merge, or discard this patch.
micro/validator/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
                 return true;
90 90
             } elseif (method_exists($model, $name)) {
91
-                return call_user_func([$model,$name], $this);
91
+                return call_user_func([$model, $name], $this);
92 92
             } else {
93 93
                 throw new Exception('Validator ' . $name . ' not defined.');
94 94
             }
Please login to merge, or discard this patch.