Passed
Push — develop ( 8361dc...a803f3 )
by nguereza
02:34
created
src/Stack/Stack.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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}
Please login to merge, or discard this patch.