Test Failed
Push — develop ( 8b5bdd...c753fd )
by nguereza
02:34
created
src/Demo/Action/User/BatchAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@
 block discarded – undo
64 64
  * @package Platine\Framework\Demo\Action\User
65 65
  * @template T
66 66
  */
67
-class BatchAction implements RequestHandlerInterface
68
-{
67
+class BatchAction implements RequestHandlerInterface {
69 68
 
70 69
     /**
71 70
      * Logger instance
Please login to merge, or discard this patch.
src/App/Application.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@  discard block
 block discarded – undo
64 64
  * @package Platine\Framework\App
65 65
  * @template T
66 66
  */
67
-class Application extends Container
68
-{
67
+class Application extends Container {
69 68
 
70 69
     /**
71 70
      * The application version
@@ -130,8 +129,7 @@  discard block
 block discarded – undo
130 129
      * Create new instance
131 130
      * @param string $basePath
132 131
      */
133
-    public function __construct(string $basePath = '')
134
-    {
132
+    public function __construct(string $basePath = '') {
135 133
         parent::__construct();
136 134
         $this->basePath = $basePath;
137 135
         $this->loadCoreServiceProviders();
@@ -162,8 +160,7 @@  discard block
 block discarded – undo
162 160
      * @param string $env
163 161
      * @return $this
164 162
      */
165
-    public function setEnvironment(string $env)
166
-    {
163
+    public function setEnvironment(string $env) {
167 164
         $this->env = $env;
168 165
 
169 166
         return $this;
Please login to merge, or discard this patch.
src/Template/Tag/CurrentUrlTag.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@
 block discarded – undo
55 55
  * @class CurrentUrlTag
56 56
  * @package Platine\Framework\Template\Tag
57 57
  */
58
-class CurrentUrlTag extends AbstractTag
59
-{
58
+class CurrentUrlTag extends AbstractTag {
60 59
 
61 60
     /**
62 61
      * {@inheritdoc}
Please login to merge, or discard this patch.