Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 73db701

Browse files
committed
minor #111 Typo in comment fixed (King2500)
This PR was merged into the 1.0-dev branch. Discussion ---------- Typo in comment fixed I think this is probably a typo and was meant to be "semver" (for semantic versioning). Right? Commits ------- 75f10f8 Typo in comment fixed
2 parents 7f8451f + 75f10f8 commit 73db701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Installer/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function checkSymfonyVersionIsInstallable()
137137
return $this;
138138
}
139139

140-
// validate server syntax
140+
// validate semver syntax
141141
if (!preg_match('/^2\.\d(?:\.\d{1,2})?$/', $this->version)) {
142142
throw new \RuntimeException('The Symfony version should be 2.N or 2.N.M, where N = 0..9 and M = 0..99');
143143
}

0 commit comments

Comments
 (0)