@@ -160,11 +160,11 @@ |
||
| 160 | 160 | * |
| 161 | 161 | * If the class has already been declared you get only the set alias. |
| 162 | 162 | * |
| 163 | - * @param string $qualifiedName |
|
| 164 | - * @param null|string $alias |
|
| 165 | - * |
|
| 166 | - * @return string the used alias |
|
| 167 | - */ |
|
| 163 | + * @param string $qualifiedName |
|
| 164 | + * @param null|string $alias |
|
| 165 | + * |
|
| 166 | + * @return string the used alias |
|
| 167 | + */ |
|
| 168 | 168 | public function declareUse($qualifiedName, $alias = null) |
| 169 | 169 | { |
| 170 | 170 | $qualifiedName = trim($qualifiedName, '\\'); |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | ->in($dir); |
| 13 | 13 | |
| 14 | 14 | $versions = GitVersionCollection::create($dir) |
| 15 | - ->addFromTags('v0.*') |
|
| 16 | - ->add('master', 'master branch') |
|
| 15 | + ->addFromTags('v0.*') |
|
| 16 | + ->add('master', 'master branch') |
|
| 17 | 17 | ; |
| 18 | 18 | |
| 19 | 19 | return new Sami($iterator, [ |