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

Commit 75f10f8

Browse files
committed
Typo in comment fixed
1 parent 7f8451f commit 75f10f8

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)