Commit 456e989
committed
minor symfony#60216 Fix detection of
This PR was merged into the 7.2 branch.
Discussion
----------
Fix detection of `component_bridge` in `.github/get-modified-packages.php`
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
> `preg_match()` returns `1` if the pattern matches given subject, `0` if it does not, or `false` on failure.
And
> A `match` arm compares values strictly (`===`)
This change was introduced into 7.1 by symfony@e290334.
Commits
-------
068f863 Fix get-modified-packages for component_bridgecomponent_bridge in .github/get-modified-packages.php (GromNaN)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments