Skip to content

Commit 10d8374

Browse files
committed
\ removed on global function count
1 parent 66613d8 commit 10d8374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotations/standard/PropertyAnnotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function parseAnnotation($value)
6363
{
6464
$parts = explode(' ', trim($value), 3);
6565

66-
if (\count($parts) < 2) {
66+
if (count($parts) < 2) {
6767
// Malformed value, let "initAnnotation" report about it.
6868
return array();
6969
}

0 commit comments

Comments
 (0)