<?php declare(strict_types=1); class Foo { public static $useColors; } var_dump(Foo::$useColors); class Bar { public static bool $useColors; } var_dump(Bar::$useColors);
You have javascript disabled. You will not be able to edit any code.