Completed
Push — master ( 7c18e1...8035ff )
by Timo
12:34
created
Classes/System/Configuration/TypoScriptConfiguration.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -652,7 +652,7 @@  discard block
 block discarded – undo
652 652
      *
653 653
      * @param string $configurationName
654 654
      * @param string $defaultIfEmpty
655
-     * @return mixed
655
+     * @return string
656 656
      */
657 657
     public function getIndexQueueInitializerClassByConfigurationName($configurationName, $defaultIfEmpty = Record::class)
658 658
     {
@@ -1478,7 +1478,7 @@  discard block
 block discarded – undo
1478 1478
      * plugin.tx_solr.search.query.allowEmptyQuery
1479 1479
      *
1480 1480
      * @param string $defaultIfEmpty
1481
-     * @return string
1481
+     * @return boolean
1482 1482
      */
1483 1483
     public function getSearchQueryAllowEmptyQuery($defaultIfEmpty = '')
1484 1484
     {
@@ -1540,7 +1540,7 @@  discard block
 block discarded – undo
1540 1540
      *
1541 1541
      * plugin.tx_solr.search.query.returnFields
1542 1542
      *
1543
-     * @param array $defaultIfEmpty
1543
+     * @param string[] $defaultIfEmpty
1544 1544
      * @return array
1545 1545
      */
1546 1546
     public function getSearchQueryReturnFieldsAsArray($defaultIfEmpty = array())
@@ -2125,7 +2125,7 @@  discard block
 block discarded – undo
2125 2125
      * plugin.tx_solr.index.enableCommits
2126 2126
      *
2127 2127
      * @param bool $defaultIfEmpty
2128
-     * @return bool
2128
+     * @return boolean|null
2129 2129
      */
2130 2130
     public function getEnableCommits($defaultIfEmpty = true)
2131 2131
     {
Please login to merge, or discard this patch.