add missing typehints and return types;

This commit is contained in:
Chuck Burgess
2018-01-31 08:57:30 -06:00
parent cd3bee0c73
commit 5ea3cbf8cf
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class DescriptionFactory
*
* @return string[] A series of tokens of which the description text is composed.
*/
private function lex(string $contents)
private function lex(string $contents): array
{
$contents = $this->removeSuperfluousStartingWhitespace($contents);