FIX: Removing PHP7 return type declaration.

This commit is contained in:
Frank Mullenger 2019-02-15 10:32:13 +13:00
parent 1771a6ef11
commit 9940c5e8ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class EnvTypeCheck implements EnvironmentCheck
*
* @return array
*/
public function check() : array
public function check()
{
$envSetting = Director::get_environment_type();
switch ($envSetting) {