-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unnecessary docblocks and imports from #23
Since we now use native parameter type declarations, we no longer need to have `@param string $param` declarations. Also, `is_string()` and `gettype()` are no longer in use (were used when throwing an exception based on invalid input). Note that `@return string` is preserved: we cannot introduce native return type declarations, as that would lead to downstream crashes in inheritance scenarios, when the consumer didn't declare `: string` return types themselves too.
- Loading branch information
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters