Skip to content

Commit

Permalink
Typehint Spellcheck:collateExtendedResults to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Feb 27, 2019
1 parent 7c3b8ee commit 03fc108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component/ComponentTraits/SpellcheckTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getMaxCollationEvaluations()
/**
* Set collateExtendedResults option.
*
* @param string $collateExtendedResults
* @param bool $collateExtendedResults
*
* @return self Provides fluent interface
*/
Expand All @@ -259,7 +259,7 @@ public function setCollateExtendedResults($collateExtendedResults)
/**
* Get collateExtendedResults option.
*
* @return string|null
* @return bool|null
*/
public function getCollateExtendedResults()
{
Expand Down

0 comments on commit 03fc108

Please sign in to comment.