Completed
Pull Request — master (#3)
by
unknown
02:30
created
src/Stringy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -989,7 +989,7 @@
 block discarded – undo
989 989
   public function offsetGet($offset)
990 990
   {
991 991
     // init
992
-    $offset = (int)$offset;
992
+    $offset = (int) $offset;
993 993
     $length = $this->length();
994 994
 
995 995
     if (
Please login to merge, or discard this patch.