Completed
Push — master ( c79919...bcbfd5 )
by Yaro
14:20
created
src/JarboeController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 use Yaro\Jarboe\Storage\File  as FileStorage;
16 16
 
17 17
 
18
-class JarboeController 
18
+class JarboeController
19 19
 {
20 20
 
21 21
     protected $options;
Please login to merge, or discard this patch.
src/Fields/ForeignField.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 use Jarboe;
9 9
 
10 10
 
11
-class ForeignField extends AbstractField 
11
+class ForeignField extends AbstractField
12 12
 {
13 13
 
14 14
     public function isEditable()
Please login to merge, or discard this patch.
src/Fields/IntField.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Support\Facades\View;
6 6
 
7 7
 
8
-class IntField extends TextField 
8
+class IntField extends TextField
9 9
 {
10 10
 
11 11
     public function isEditable()
Please login to merge, or discard this patch.
src/Handlers/RequestHandler.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Yaro\Jarboe\JarboeController;
6 6
 
7
-class RequestHandler 
7
+class RequestHandler
8 8
 {
9 9
 
10 10
     protected $controller;
Please login to merge, or discard this patch.