Completed
Pull Request — master (#926)
by
unknown
13:55
created
Classes/System/Configuration/TypoScriptConfiguration.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -595,7 +595,6 @@  discard block
 block discarded – undo
595 595
      *
596 596
      * plugin.tx_solr.index.queue.<configurationName>.initialPagesAdditionalWhereClause
597 597
      *
598
-     * @param string $defaultIfEmpty
599 598
      *
600 599
      * @return string
601 600
      *
@@ -675,7 +674,7 @@  discard block
 block discarded – undo
675 674
      *
676 675
      * @param string $configurationName
677 676
      * @param string $defaultIfEmpty
678
-     * @return mixed
677
+     * @return string
679 678
      */
680 679
     public function getIndexQueueInitializerClassByConfigurationName($configurationName, $defaultIfEmpty = Record::class)
681 680
     {
@@ -1501,7 +1500,7 @@  discard block
 block discarded – undo
1501 1500
      * plugin.tx_solr.search.query.allowEmptyQuery
1502 1501
      *
1503 1502
      * @param string $defaultIfEmpty
1504
-     * @return string
1503
+     * @return boolean
1505 1504
      */
1506 1505
     public function getSearchQueryAllowEmptyQuery($defaultIfEmpty = '')
1507 1506
     {
@@ -1563,7 +1562,7 @@  discard block
 block discarded – undo
1563 1562
      *
1564 1563
      * plugin.tx_solr.search.query.returnFields
1565 1564
      *
1566
-     * @param array $defaultIfEmpty
1565
+     * @param string[] $defaultIfEmpty
1567 1566
      * @return array
1568 1567
      */
1569 1568
     public function getSearchQueryReturnFieldsAsArray($defaultIfEmpty = [])
@@ -2148,7 +2147,7 @@  discard block
 block discarded – undo
2148 2147
      * plugin.tx_solr.index.enableCommits
2149 2148
      *
2150 2149
      * @param bool $defaultIfEmpty
2151
-     * @return bool
2150
+     * @return boolean|null
2152 2151
      */
2153 2152
     public function getEnableCommits($defaultIfEmpty = true)
2154 2153
     {
Please login to merge, or discard this patch.