Completed
Branch prettify (52520b)
by samayo
01:47
created
src/bulletproof.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,12 +114,12 @@
 block discarded – undo
114 114
     /**
115 115
      * @param mixed $offset
116 116
      */
117
-    public function offsetExists($offset){}
117
+    public function offsetExists($offset) {}
118 118
 
119 119
     /**
120 120
      * @param mixed $offset
121 121
      */
122
-    public function offsetUnset($offset){}
122
+    public function offsetUnset($offset) {}
123 123
 
124 124
     /**
125 125
      * Gets array value \ArrayAccess.
Please login to merge, or discard this patch.