Skip to content

Commit

Permalink
chore: introduce a deprecated thing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 26, 2024
1 parent 5e0a90c commit 35d3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Loop/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function stop()
/**
* Retrieves or sets the global Loop object.
*/
function instance(?Loop $newLoop = null): Loop
function instance(Loop $newLoop = null): Loop
{
static $loop;
if ($newLoop) {
Expand Down

0 comments on commit 35d3afc

Please sign in to comment.