Passed
Push — master ( 41db25...552e27 )
by Filippo
01:54
created
src/Daikengo/Role/IRole.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
  * `YourNamespace\WhateverYouWant\Developer\LintPermission`.
29 29
  * @nosubgrouping
30 30
  */
31
-interface IRole  {
31
+interface IRole {
32 32
 
33 33
 
34 34
   /**
Please login to merge, or discard this patch.
src/Daikengo/Collection/MetaCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
    * @param[in] integer $offset The offset to retrieve.
109 109
    * @retval mixed Can return all value types.
110 110
    */
111
-  public function offsetGet($offset)  {
111
+  public function offsetGet($offset) {
112 112
     return $this->meta[$this->name][$offset];
113 113
   }
114 114
 
Please login to merge, or discard this patch.