Completed
Push — master ( 290c3e...bf9b31 )
by Tim
03:26
created
Classes/Hooks/CmsLayout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
         $actions = $this->flexFormService->get('switchableControllerActions', 'main');
66 66
         $parts = GeneralUtility::trimExplode(';', $actions, true);
67
-        $parts = \array_map(function ($element) {
67
+        $parts = \array_map(function($element) {
68 68
             $split = \explode('->', $element);
69 69
 
70 70
             return \ucfirst($split[1]);
Please login to merge, or discard this patch.
Classes/Seo/EventXmlSitemapDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
                 $GLOBALS['TCA'][$table]['ctrl']['languageField'],
53 53
                 [
54 54
                     -1, // All languages
55
-                    $this->getLanguageId(),  // Current language
55
+                    $this->getLanguageId(), // Current language
56 56
                 ]
57 57
             );
58 58
         }
Please login to merge, or discard this patch.
Classes/Domain/Repository/IndexRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Set the index types.
67 67
      *
68
-     * @param array $types
68
+     * @param string[] $types
69 69
      */
70 70
     public function setIndexTypes(array $types)
71 71
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      * Find List.
124 124
      *
125 125
      * @param int        $limit
126
-     * @param int|string $listStartTime
126
+     * @param integer $listStartTime
127 127
      * @param int        $startOffsetHours
128 128
      * @param int        $overrideStartDate
129 129
      * @param int        $overrideEndDate
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
      * Find by traversing information.
293 293
      *
294 294
      * @param DomainObjectInterface $event
295
-     * @param bool|true             $future
295
+     * @param boolean             $future
296 296
      * @param bool|false            $past
297 297
      * @param int                   $limit
298 298
      * @param string                $sort
Please login to merge, or discard this patch.