Skip to content

Commit

Permalink
Fixed typo in PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Nov 11, 2019
1 parent 3c2b121 commit ebc9b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ public function getMethodProperties($stackPtr)
* 'scope' => string, // Public, private, or protected.
* 'scope_specified' => boolean, // TRUE if the scope was explicitly specified.
* 'is_static' => boolean, // TRUE if the static keyword was found.
* 'type' => string, // The type of the var (empty if no type specifed).
* 'type' => string, // The type of the var (empty if no type specified).
* 'type_token' => integer, // The stack pointer to the start of the type
* // or FALSE if there is no type.
* 'type_end_token' => integer, // The stack pointer to the end of the type
Expand Down

0 comments on commit ebc9b7a

Please sign in to comment.