mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Fix typo on arePhpVersionsEqual
This commit is contained in:
@@ -516,7 +516,7 @@ public function parsePhpPath($resolvedPath)
|
||||
* @param string $versionB
|
||||
* @return bool
|
||||
*/
|
||||
public function arePhpVersionsEqual($versionA, $version)
|
||||
public function arePhpVersionsEqual($versionA, $versionB)
|
||||
{
|
||||
$versionANormalized = preg_replace('/[^\d]/', '', $versionA);
|
||||
$versionBNormalized = preg_replace('/[^\d]/', '', $versionB);
|
||||
|
||||
Reference in New Issue
Block a user