Passed
Push — 1.x ( 7cd7c5...aa2bc9 )
by Ulises Jeremias
02:24
created
Mbh/Collection/Traits/SquaredCapacity.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.