Skip to content

Commit

Permalink
minor #49239 Fix some typos (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

Fix some typos

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

bb62f1718a Fix some typos
  • Loading branch information
nicolas-grekas committed Feb 6, 2023
2 parents 507d231 + 3de5ac8 commit 4d63e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resource/ClassExistenceResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ClassExistenceResource implements SelfCheckingResourceInterface

/**
* @param string $resource The fully-qualified class name
* @param bool|null $exists Boolean when the existency check has already been done
* @param bool|null $exists Boolean when the existence check has already been done
*/
public function __construct(string $resource, bool $exists = null)
{
Expand Down

0 comments on commit 4d63e59

Please sign in to comment.