Passed
Pull Request — master (#121)
by
unknown
09:01
created
Classes/Controller/View3DController.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
         // Load current document.
34 34
         $this->loadDocument($this->requestData);
35 35
         if (
36
-            $this->document === null
37
-            || $this->document->getDoc() === null
36
+            $this->document === NULL
37
+            || $this->document->getDoc() === NULL
38 38
             || $this->document->getDoc()->metadataArray['LOG_0001']['type'][0] != 'object'
39 39
         ) {
40 40
             // Quit without doing anything if required variables are not set.
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
             }
57 57
 
58 58
             if ($this->settings['useInternalProxy']) {
59
-                $absoluteUri = !empty($this->settings['forceAbsoluteUrl']) ? true : false;
59
+                $absoluteUri = !empty($this->settings['forceAbsoluteUrl']) ? TRUE : FALSE;
60 60
                 
61 61
                 $model = $this->uriBuilder->reset()
62 62
                     ->setTargetPageUid($GLOBALS['TSFE']->id)
Please login to merge, or discard this patch.