Skip to content

Commit

Permalink
Dev: lack of bool in phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 6, 2018
1 parent fc5a0a1 commit 802cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/QuestionAttribute.php
Expand Up @@ -299,7 +299,7 @@ public function getSurvey()

/**
* Get default settings for an attribute, return an array of string|null
* @return (string|null)[]
* @return (string|bool|null)[]
*/
public static function getDefaultSettings()
{
Expand Down

0 comments on commit 802cde6

Please sign in to comment.