From 35b7217cab4ac9ebae1a757b06cfaaae40a8e670 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 21 Jan 2016 21:07:15 +0100 Subject: fix indentation --- test/Foo.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'test/Foo.php') diff --git a/test/Foo.php b/test/Foo.php index 4b6148b..9597973 100644 --- a/test/Foo.php +++ b/test/Foo.php @@ -1,23 +1,23 @@ attrs[$name]); - } + public function __isset($name) { + return isset($this->attrs[$name]); + } - public function __get($name) { - return $this->attrs[$name]; - } + public function __get($name) { + return $this->attrs[$name]; + } - public function __set($name, $value) { - $this->attrs[$name] = $value; - } + public function __set($name, $value) { + $this->attrs[$name] = $value; + } } -- cgit v1.2.3