Skip to content

Commit ebc9b7a

Browse files
committed
Fixed typo in PHPDoc
1 parent 3c2b121 commit ebc9b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ public function getMethodProperties($stackPtr)
16921692
* 'scope' => string, // Public, private, or protected.
16931693
* 'scope_specified' => boolean, // TRUE if the scope was explicitly specified.
16941694
* 'is_static' => boolean, // TRUE if the static keyword was found.
1695-
* 'type' => string, // The type of the var (empty if no type specifed).
1695+
* 'type' => string, // The type of the var (empty if no type specified).
16961696
* 'type_token' => integer, // The stack pointer to the start of the type
16971697
* // or FALSE if there is no type.
16981698
* 'type_end_token' => integer, // The stack pointer to the end of the type

0 commit comments

Comments
 (0)