Commit a5b0e6d
committed
minor symfony#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 URL1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments