@@ -50,7 +50,6 @@ |
||
| 50 | 50 | * Class ObjectCollectionInterface |
| 51 | 51 | * @package Platine\Collection |
| 52 | 52 | */ |
| 53 | -interface ObjectCollectionInterface |
|
| 54 | -{ |
|
| 53 | +interface ObjectCollectionInterface { |
|
| 55 | 54 | |
| 56 | 55 | } |
@@ -52,8 +52,7 @@ |
||
| 52 | 52 | * Class Stack |
| 53 | 53 | * @package Platine\Collection\Stack |
| 54 | 54 | */ |
| 55 | -class Stack implements Countable |
|
| 56 | -{ |
|
| 55 | +class Stack implements Countable { |
|
| 57 | 56 | |
| 58 | 57 | /** |
| 59 | 58 | * {@inheritedoc} |