Completed
Push — master ( bc4816...d8de96 )
by
09:37 queued 06:45
created
app/Providers/AppServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function register()
23 23
     {
24 24
         $this->app->singleton('auto-correct', function () {
25
-             return new AutoCorrect();
26
-         });
25
+                return new AutoCorrect();
26
+            });
27 27
 
28 28
         $this->app->singleton('markdown', function () {
29 29
             return new Parsedown();
Please login to merge, or discard this patch.
app/Transformers/BaseTransformer.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: xuan
5
- * Date: 12/3/15
6
- * Time: 7:12 PM.
7
- */
3
+     * Created by PhpStorm.
4
+     * User: xuan
5
+     * Date: 12/3/15
6
+     * Time: 7:12 PM.
7
+     */
8 8
 namespace PHPHub\Transformers;
9 9
 
10 10
 use Illuminate\Database\Eloquent\Model;
Please login to merge, or discard this patch.
app/Repositories/Criteria/FilterManager.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: xuan
5
- * Date: 10/23/15
6
- * Time: 10:39 AM.
7
- */
3
+     * Created by PhpStorm.
4
+     * User: xuan
5
+     * Date: 10/23/15
6
+     * Time: 10:39 AM.
7
+     */
8 8
 namespace PHPHub\Repositories\Criteria;
9 9
 
10 10
 use Input;
Please login to merge, or discard this patch.