Skip to content

Commit

Permalink
Dev: how to set array if string or null in phpDoc ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 6, 2018
1 parent f616577 commit fc5a0a1
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|null)[]
*/
public static function getDefaultSettings()
{
Expand Down

0 comments on commit fc5a0a1

Please sign in to comment.