update: phpdoc blocks

This commit is contained in:
HDVinnie
2020-12-02 21:27:04 -05:00
parent b65d327aac
commit e92aabae41
25 changed files with 37 additions and 54 deletions
+2 -2
View File
@@ -72,10 +72,10 @@ class Language
* Return true if $code is an allowed lang.
* Get all allowed languages.
*
* @param string $locale
* @param null $locale
*
* @return bool|array
**/
*/
public static function allowed($locale = null)
{
if ($locale) {