Skip to content

Commit

Permalink
Update src/RequirementsChecker.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
luizcmarin and vjik authored Jun 22, 2024
1 parent d07ac4d commit b47dd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RequirementsChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* Example:
*
* ```php
*
* require_once('vendor/yiisoft/requirements/src/RequirementsChecker.php');
* use Yiisoft\Requirements\RequirementsChecker;
*
* require_once('vendor/yiisoft/requirements/src/RequirementsChecker.php');
* $requirementsChecker = new RequirementsChecker;
* $requirements = [
* [
Expand Down

0 comments on commit b47dd52

Please sign in to comment.