The other abstract method should be defined like this:
PHP Code:
abstract public function size();
You may want to search for the keyword 'abstract' or 'abstract public function' to locate the lines you need to edit. Don't give it up, I guarantee you that it's very easy to fix.