Skip to content

Commit a5b0e6d

Browse files
committed
minor #9566 Fix "class_exists" PHP function URL (liviubalan)
This PR was merged into the 2.7 branch. Discussion ---------- Fix "class_exists" PHP function URL Change http://php.net/manual/en/function.class-exists().php to http://php.net/manual/en/function.class-exists.php <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e1a885d Fix "class_exists" PHP function URL
2 parents 00310be + e1a885d commit a5b0e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/mapping_model_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ be adapted for your case::
9393
}
9494
}
9595

96-
Note the :phpfunction:`class_exists()` check. This is crucial, as you do not want your
96+
Note the :phpfunction:`class_exists` check. This is crucial, as you do not want your
9797
bundle to have a hard dependency on all Doctrine bundles but let the user
9898
decide which to use.
9999

0 commit comments

Comments
 (0)