Passed
Push — master ( 98c0f4...e86dee )
by Filippo
03:29
created
src/Meta/MetaCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
    * @param integer $offset The offset to retrieve.
114 114
    * @return mixed Can return all value types.
115 115
    */
116
-  public function offsetGet($offset)  {
116
+  public function offsetGet($offset) {
117 117
     return $this->meta[$this->name][$offset];
118 118
   }
119 119
 
Please login to merge, or discard this patch.