Completed
Pull Request — master (#875)
by
unknown
32:56
created
Classes/System/Configuration/TypoScriptConfiguration.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -604,7 +604,7 @@  discard block
 block discarded – undo
604 604
      *
605 605
      * @param string $configurationName
606 606
      * @param string $defaultIfEmpty
607
-     * @return mixed
607
+     * @return string
608 608
      */
609 609
     public function getIndexQueueInitializerClassByConfigurationName($configurationName, $defaultIfEmpty = 'ApacheSolrForTypo3\\Solr\\IndexQueue\\Initializer\\Record')
610 610
     {
@@ -1309,7 +1309,7 @@  discard block
 block discarded – undo
1309 1309
      * plugin.tx_solr.search.query.allowEmptyQuery
1310 1310
      *
1311 1311
      * @param string $defaultIfEmpty
1312
-     * @return string
1312
+     * @return boolean
1313 1313
      */
1314 1314
     public function getSearchQueryAllowEmptyQuery($defaultIfEmpty = '')
1315 1315
     {
@@ -1371,7 +1371,7 @@  discard block
 block discarded – undo
1371 1371
      *
1372 1372
      * plugin.tx_solr.search.query.returnFields
1373 1373
      *
1374
-     * @param array $defaultIfEmpty
1374
+     * @param string[] $defaultIfEmpty
1375 1375
      * @return array
1376 1376
      */
1377 1377
     public function getSearchQueryReturnFieldsAsArray($defaultIfEmpty = array())
@@ -1956,7 +1956,7 @@  discard block
 block discarded – undo
1956 1956
      * plugin.tx_solr.index.enableCommits
1957 1957
      *
1958 1958
      * @param bool $defaultIfEmpty
1959
-     * @return bool
1959
+     * @return boolean|null
1960 1960
      */
1961 1961
     public function getEnableCommits($defaultIfEmpty = true)
1962 1962
     {
Please login to merge, or discard this patch.