Passed
Push — develop ( 3c0663...520b20 )
by nguereza
02:51 queued 01:14
created
src/ContainerInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
 use Platine\Container\Exception\ContainerException;
53 53
 use Platine\Container\Exception\NotFoundException;
54 54
 
55
-interface ContainerInterface
56
-{
55
+interface ContainerInterface {
57 56
     /**
58 57
      * Finds an entry of the container by its identifier and returns it.
59 58
      *
Please login to merge, or discard this patch.
src/ParameterInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,7 @@
 block discarded – undo
49 49
 
50 50
 use Platine\Container\ContainerInterface;
51 51
 
52
-interface ParameterInterface
53
-{
52
+interface ParameterInterface {
54 53
     /**
55 54
      * Return the name of the parameter
56 55
      *
Please login to merge, or discard this patch.