Completed
Push — master ( d815fa...5c9ff6 )
by Tim
03:48 queued 01:58
created
Classes/Utility/IconUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * Icon helper.
6 6
  */
Please login to merge, or discard this patch.
Classes/Utility/JsonServer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * JsonServer.
6 6
  */
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
         list($namespace, $method) = self::getNamespaceAndMethod($namespace, $methodRaw);
57 57
         $singleJsonRequest['method'] = $method;
58 58
 
59
-        $server = new JsonServerService($namespace, (bool) GeneralUtility::_GP('smd'));
59
+        $server = new JsonServerService($namespace, (bool)GeneralUtility::_GP('smd'));
60 60
 
61 61
         $request = new Request();
62 62
         $request->setOptions($singleJsonRequest);
Please login to merge, or discard this patch.
Classes/Utility/FileUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * FileUtility.
6 6
  */
Please login to merge, or discard this patch.
Classes/Utility/ModelUtility.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * Utility to interact with the Model.
6 6
  */
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      */
41 41
     public static function getTableNameByModelReflectionAnnotation($modelClassName)
42 42
     {
43
-        return (string) ReflectionUtility::getFirstTagValue($modelClassName, 'db');
43
+        return (string)ReflectionUtility::getFirstTagValue($modelClassName, 'db');
44 44
     }
45 45
 
46 46
     /**
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      */
85 85
     public static function getSmartExcludesByModelName($name)
86 86
     {
87
-        return GeneralUtility::trimExplode(',', (string) ReflectionUtility::getFirstTagValue($name, 'smartExclude'), true);
87
+        return GeneralUtility::trimExplode(',', (string)ReflectionUtility::getFirstTagValue($name, 'smartExclude'), true);
88 88
     }
89 89
 
90 90
     /**
@@ -154,14 +154,14 @@  discard block
 block discarded – undo
154 154
             GeneralUtility::makeInstance(Session::class)->destroy();
155 155
             $settings->setIgnoreEnableFields(true);
156 156
 
157
-            if (isset($data['sys_language_uid']) && (int) $data['sys_language_uid'] > 0) {
158
-                GeneralUtility::_GETset((int) $data['sys_language_uid'], 'L');
157
+            if (isset($data['sys_language_uid']) && (int)$data['sys_language_uid'] > 0) {
158
+                GeneralUtility::_GETset((int)$data['sys_language_uid'], 'L');
159 159
 
160 160
                 if (isset($data['l18n_parent']) && $data['l18n_parent'] > 0) {
161 161
                     $settings->setLanguageOverlayMode(false);
162 162
                     $settings->setLanguageMode(null);
163 163
                     $settings->setRespectSysLanguage(true);
164
-                    $settings->setLanguageUid((int) $data['sys_language_uid']);
164
+                    $settings->setLanguageUid((int)$data['sys_language_uid']);
165 165
                 }
166 166
                 $object = $query->execute()->getFirst();
167 167
 
Please login to merge, or discard this patch.
Classes/UserFunctions/Tca.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * Tca UserFunctions.
6 6
  */
Please login to merge, or discard this patch.
Classes/Autoload/TempClassLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * TempClassAutoloader.php.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Autoload;
9 9
 
Please login to merge, or discard this patch.
Classes/ViewHelpers/Be/EditLinkViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * Edit link for the backend.
6 6
  */
Please login to merge, or discard this patch.
Classes/Loader/FlexForms.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * Loading FlexForms.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Loader;
9 9
 
Please login to merge, or discard this patch.
Classes/Loader/SmartObjects.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * Loading SmartObjects.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Loader;
9 9
 
Please login to merge, or discard this patch.