Passed
Push — master ( 749b16...167cfa )
by Gabor
04:47
created
src/WebHemi/Middleware/Action/Website/IndexAction.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Website;
15 15
 
@@ -120,8 +120,8 @@  discard block
 block discarded – undo
120 120
             ->addElement($multiCheckbox)
121 121
             ->addElement($radioGroup)
122 122
             ->addElement($select)
123
-            ->addElement(new Html5FormElement(Html5FormElement::HTML_ELEMENT_INPUT_NUMBER, 'num', 'Num',[4], [1, 16]))
124
-            ->addElement(new Html5FormElement(Html5FormElement::HTML_ELEMENT_INPUT_RANGE, 'range', 'Range',[4], [1, 6, 0.2]))
123
+            ->addElement(new Html5FormElement(Html5FormElement::HTML_ELEMENT_INPUT_NUMBER, 'num', 'Num', [4], [1, 16]))
124
+            ->addElement(new Html5FormElement(Html5FormElement::HTML_ELEMENT_INPUT_RANGE, 'range', 'Range', [4], [1, 6, 0.2]))
125 125
             ->addElement(new HtmlFormElement(HtmlFormElement::HTML_ELEMENT_BUTTON, 'submit', 'Submit'));
126 126
 
127 127
         return [
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Website/PostViewAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Website;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Website/PostListAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Website;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Admin/DashboardAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Admin;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Auth/LoginAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Auth;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Auth/LogoutAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware\Action\Auth;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/DispatcherMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/AbstractMiddlewareAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Middleware;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Traits/CamelCaseToUnderScoreTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link      http://www.gixx-web.com
11 11
  */
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace WebHemi\Traits;
15 15
 
Please login to merge, or discard this patch.