@@ -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, [ |
@@ -171,10 +171,10 @@ |
||
171 | 171 | * |
172 | 172 | * If the class has already been declared you get only the set alias. |
173 | 173 | * |
174 | - * @param string $qualifiedName |
|
175 | - * @param null|string $alias |
|
176 | - * @return string the used alias |
|
177 | - */ |
|
174 | + * @param string $qualifiedName |
|
175 | + * @param null|string $alias |
|
176 | + * @return string the used alias |
|
177 | + */ |
|
178 | 178 | public function declareUse($qualifiedName, $alias = null) { |
179 | 179 | $qualifiedName = trim($qualifiedName, '\\'); |
180 | 180 | if (!$this->hasUseStatement($qualifiedName)) { |