We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2b121 commit ebc9b7aCopy full SHA for ebc9b7a
src/Files/File.php
@@ -1692,7 +1692,7 @@ public function getMethodProperties($stackPtr)
1692
* 'scope' => string, // Public, private, or protected.
1693
* 'scope_specified' => boolean, // TRUE if the scope was explicitly specified.
1694
* 'is_static' => boolean, // TRUE if the static keyword was found.
1695
- * 'type' => string, // The type of the var (empty if no type specifed).
+ * 'type' => string, // The type of the var (empty if no type specified).
1696
* 'type_token' => integer, // The stack pointer to the start of the type
1697
* // or FALSE if there is no type.
1698
* 'type_end_token' => integer, // The stack pointer to the end of the type
0 commit comments