Skip to content

Commit

Permalink
WI-72311: Update constant() return type description
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm committed Jul 3, 2023
1 parent d2224d6 commit b981b44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions standard/standard_0.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ public function read(#[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] $d
* @param string $name <p>
* The constant name.
* </p>
* @return mixed the value of the constant, or null if the constant is not
* defined.
* @return mixed the value of the constant.
* @throws Error If the constant is not defined
*/
#[Pure(true)]
Expand Down

0 comments on commit b981b44

Please sign in to comment.