Completed
Push — master ( 84d676...607d64 )
by Oscar
04:24
created
src/Admin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Fol\{App, NotFoundException};
6 6
 use Folk\Entities\EntityInterface;
7
-use Folk\Entities\SingleEntityInterface;
8 7
 use Psr\Http\Message\{ServerRequestInterface, ResponseInterface, UriInterface};
9 8
 use Interop\Http\Server\RequestHandlerInterface;
10
-use Zend\Diactoros\Response;
11
-use Relay\RelayBuilder;
12 9
 
13 10
 /**
14 11
  * Main manager.
Please login to merge, or discard this patch.
src/Providers/Formats.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@
 block discarded – undo
11 11
     public function getFactories()
12 12
     {
13 13
         return [
14
-        	'builder' => function (App $app): FormatFactory {
15
-            	return new FormatFactory($app);
16
-        	}
14
+            'builder' => function (App $app): FormatFactory {
15
+                return new FormatFactory($app);
16
+            }
17 17
         ];
18 18
     }
19 19
 
20 20
     public function getExtensions() {
21
-    	return [];
21
+        return [];
22 22
     }
23 23
 }
Please login to merge, or discard this patch.