mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 18:04:04 +02:00
Fixed style
This commit is contained in:
@@ -11,8 +11,6 @@ class BookList implements \Countable
|
||||
if (isset($this->books[$bookNumberToGet])) {
|
||||
return $this->books[$bookNumberToGet];
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
public function addBook(Book $book)
|
||||
|
Reference in New Issue
Block a user