Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Mar 14, 2024
1 parent 9abe4ee commit c525ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ and more efficient way(s) things could be implemented in this package.
## Contributing

As of May 16 2023, version 5.2.0 is the latest stable version with a minimum PHP 7.4 requirement.
Only bugfixes will be accepted for this version and they should be applied to the 5.2.x branch.
Only bugfixes will be accepted for this version and they should be applied to the 5.x branch.
- Bugfixes for version 4.x should be applied to the 4.X branch.
- Bugfixes for version 3.x should be applied to the 3.X branch.
- Bugfixes for version 2.x should be applied to the 2.X branch.
Expand Down
2 changes: 1 addition & 1 deletion src/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function bindObjectAndScopeToClosure(Closure $closure, object $new
return $result;
}

throw new \Exception();
throw new \Exception("Closure::bind returned null");

} catch (Exception $ex) {

Expand Down

0 comments on commit c525ae2

Please sign in to comment.