Completed
Push — master ( 4e6f9f...015d21 )
by Tim
17:08
created
Classes/Loader/ContentObjects.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
      */
187 187
     protected function getClassPropertiesInLowerCaseUnderscored($className)
188 188
     {
189
-        return array_map(function ($value) {
189
+        return array_map(function($value) {
190 190
             return GeneralUtility::camelCaseToLowerCaseUnderscored($value);
191 191
         }, ReflectionUtility::getDeclaringProperties($className));
192 192
     }
Please login to merge, or discard this patch.
Classes/Hooks/ElementBackendPreview.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      *
34 34
      * @return void
35 35
      */
36
-    public function preProcess(PageLayoutView &$parentObject, &$drawItem, &$headerContent, &$itemContent, array &$row)
36
+    public function preProcess(PageLayoutView&$parentObject, &$drawItem, &$headerContent, &$itemContent, array &$row)
37 37
     {
38 38
         if (!$this->isAutoloaderContenobject($row)) {
39 39
             return;
Please login to merge, or discard this patch.
Classes/Service/SoapServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     protected function renderWsdl()
102 102
     {
103 103
         $uriParts = parse_url($this->getServiceUri());
104
-        if(!is_array($uriParts)) {
104
+        if (!is_array($uriParts)) {
105 105
             return;
106 106
         }
107 107
         unset($uriParts['query']);
Please login to merge, or discard this patch.