Skip to content

Commit 8b5916f

Browse files
manickithiemowmde
authored andcommitted
Fix spacing issue (#692)
1 parent b4fe1fc commit 8b5916f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Assert/RepositoryNameAssert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static function assertParameterKeysAreValidRepositoryNames( $values, $nam
6161
* @param string $value
6262
* @return bool
6363
*/
64-
private static function isValidRepositoryName($value ) {
64+
private static function isValidRepositoryName( $value ) {
6565
return is_string( $value ) && strpos( $value, ':' ) === false;
6666
}
6767

0 commit comments

Comments
 (0)