Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Oct 15, 2012
1 parent 99b98f1 commit d45894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/React/GifSocket/GifEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function encodeFrame($frame, $delay)
}
}

switch ($localsTmp { 0 }) {
switch ($localsTmp[0]) {
case "!":
$localsImg = substr($localsTmp, 8, 10);
$localsTmp = substr($localsTmp, 18, strlen($localsTmp) - 18);
Expand Down

0 comments on commit d45894d

Please sign in to comment.