Skip to content

Commit

Permalink
Fix spacing issue (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki authored and thiemowmde committed Nov 15, 2016
1 parent b4fe1fc commit 8b5916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assert/RepositoryNameAssert.php
Expand Up @@ -61,7 +61,7 @@ public static function assertParameterKeysAreValidRepositoryNames( $values, $nam
* @param string $value
* @return bool
*/
private static function isValidRepositoryName($value ) {
private static function isValidRepositoryName( $value ) {
return is_string( $value ) && strpos( $value, ':' ) === false;
}

Expand Down

0 comments on commit 8b5916f

Please sign in to comment.