Passed
Branch develop (ee5356)
by nguereza
05:54
created
Category
src/ParameterInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
 
48 48
 namespace Platine\Route;
49 49
 
50
-interface ParameterInterface
51
-{
50
+interface ParameterInterface {
52 51
 
53 52
     /**
54 53
      * Return the name of the parameter
Please login to merge, or discard this patch.
src/RouteCollectionInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
 use Platine\Route\Exception\RouteAlreadyExistsException;
51 51
 use Platine\Route\Exception\RouteNotFoundException;
52 52
 
53
-interface RouteCollectionInterface
54
-{
53
+interface RouteCollectionInterface {
55 54
 
56 55
     /**
57 56
      * Add new route
Please login to merge, or discard this patch.