XXXXXX Test
/** * Created by PhpStorm. * User: uborchers * Date: 29.07.18 * Time: 12:36 */ final class Foo { /** * @var bool */ protected $var = false; public function test() : int { return $this->var ? 1 : 0; } }
XXXXXX Test
/** * Created by PhpStorm. * User: uborchers * Date: 29.07.18 * Time: 12:36 */ final class Foo { /** * @var bool */ protected $var = false; public function test() : int { return $this->var ? 1 : 0; } }
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.