Skip to content

Commit

Permalink
Update AnnotationsArhframe.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Jul 9, 2014
1 parent d14ae87 commit 13b98bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arhframe/Annotations/AnnotationsArhframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private static function parseArgs($content)
$type = 'plain';
$delimiter = null;
$quoted = false;
$tokens = array('"', '"', '{', '}', ',', '=');
$tokens = array('"', '"', ',', '=');

while ($i <= $len) {
$c = substr($content, $i++, 1);
Expand Down

0 comments on commit 13b98bd

Please sign in to comment.