We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe1fc commit 8b5916fCopy full SHA for 8b5916f
1 file changed
src/Assert/RepositoryNameAssert.php
@@ -61,7 +61,7 @@ public static function assertParameterKeysAreValidRepositoryNames( $values, $nam
61
* @param string $value
62
* @return bool
63
*/
64
- private static function isValidRepositoryName($value ) {
+ private static function isValidRepositoryName( $value ) {
65
return is_string( $value ) && strpos( $value, ':' ) === false;
66
}
67
0 commit comments