Completed
Push — master ( fb7c08...4e41c6 )
by Tim
11s
created
Classes/Loader/Slots.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 Slots.
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/Service/JsonServer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 /**
4 4
  * Json server handling.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Service;
9 9
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
             $this->serverClass = $GLOBALS['TYPO3_CONF_VARS']['AUTOLOADER']['Json'][$server];
54 54
         }
55 55
 
56
-        $this->renderSmd = (bool) $smd;
56
+        $this->renderSmd = (bool)$smd;
57 57
     }
58 58
 
59 59
     /**
Please login to merge, or discard this patch.
Classes/Service/SoapServer.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 /**
4 4
  * Soap server handling.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Service;
9 9
 
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         if (isset($GLOBALS['TYPO3_CONF_VARS']['AUTOLOADER']['Soap'][$server])) {
51 51
             $this->serverClass = $GLOBALS['TYPO3_CONF_VARS']['AUTOLOADER']['Soap'][$server];
52 52
         }
53
-        $this->renderWsdl = (bool) $wsdl;
53
+        $this->renderWsdl = (bool)$wsdl;
54 54
     }
55 55
 
56 56
     /**
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     protected function getServiceUri()
123 123
     {
124 124
         $uri = GeneralUtility::getIndpEnv('TYPO3_REQUEST_URL');
125
-        $parts = (array) \parse_url($uri);
125
+        $parts = (array)\parse_url($uri);
126 126
         $parts['query'] = 'eID=SoapServer&server=' . $this->serverKey;
127 127
 
128 128
         return HttpUtility::buildUrl($parts);
Please login to merge, or discard this patch.
Classes/Loader.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
  * Central Loader object.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader;
9 9
 
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
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * Tca UserFunctions.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\UserFunctions;
9 9
 
Please login to merge, or discard this patch.
Classes/Slots/SmartDatabase.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
  * Add the smart object SQL string.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Slots;
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
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * Edit link for the backend.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\ViewHelpers\Be;
9 9
 
Please login to merge, or discard this patch.
Classes/Utility/ClassNamingUtility.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
  * ClassNamingUtility.php.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Utility;
9 9
 
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
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * FileUtility.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Utility;
9 9
 
Please login to merge, or discard this patch.