Skip to content

Commit

Permalink
minus extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshaganov committed Jul 26, 2021
1 parent 4a0d615 commit 58647ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function Get-KotlinVersion {
return "Kotlin $kotlinVersion"
}


function Get-PHPVersion {
($(php --version) | Out-String) -match "PHP (?<version>\d+\.\d+\.\d+)" | Out-Null
$phpVersion = $Matches.Version
Expand Down

0 comments on commit 58647ce

Please sign in to comment.