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