Skip to content

Commit

Permalink
Fix typo in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
thrashzone13 authored and sebastianbergmann committed Mar 10, 2024
1 parent 7e327d8 commit 093ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console.php
Expand Up @@ -97,7 +97,7 @@ public function getNumberOfColumns(): int
/**
* Returns if the file descriptor is an interactive terminal or not.
*
* Normally, we want to use a resource as a parameter, yet sadly it's not always awailable,
* Normally, we want to use a resource as a parameter, yet sadly it's not always available,
* eg when running code in interactive console (`php -a`), STDIN/STDOUT/STDERR constants are not defined.
*
* @param int|resource $fileDescriptor
Expand Down

0 comments on commit 093ac09

Please sign in to comment.