Completed
Branch prettify (8163f7)
by samayo
01:59
created
src/bulletproof.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,14 +118,14 @@
 block discarded – undo
118 118
      * 
119 119
      * @param mixed $offset
120 120
      */
121
-    public function offsetExists($offset){}
121
+    public function offsetExists($offset) {}
122 122
 
123 123
     /**
124 124
      * \ArrayAccess unused method
125 125
      * 
126 126
      * @param mixed $offset
127 127
      */
128
-    public function offsetUnset($offset){}
128
+    public function offsetUnset($offset) {}
129 129
 
130 130
     /**
131 131
      * \ArrayAccess - get array value from object
Please login to merge, or discard this patch.