@@ -41,8 +41,8 @@ |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |
44 | - * {@inheritdoc} |
|
45 | - */ |
|
44 | + * {@inheritdoc} |
|
45 | + */ |
|
46 | 46 | public function setValue($value) |
47 | 47 | { |
48 | 48 | $this->value = $value; |
@@ -88,8 +88,8 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * @inheritDoc |
|
92 | - */ |
|
91 | + * @inheritDoc |
|
92 | + */ |
|
93 | 93 | public function first() |
94 | 94 | { |
95 | 95 | if ($this->isEmpty()) { |
@@ -8,9 +8,9 @@ |
||
8 | 8 | * @license https://github.com/MBHFramework/mbh-framework/blob/master/LICENSE (MIT License) |
9 | 9 | */ |
10 | 10 | |
11 | - /** |
|
12 | - * Common to structures that require a capacity which is a power of two. |
|
13 | - */ |
|
11 | + /** |
|
12 | + * Common to structures that require a capacity which is a power of two. |
|
13 | + */ |
|
14 | 14 | trait SquaredCapacity |
15 | 15 | { |
16 | 16 | use Capacity; |