Completed
Push — master ( 146f46...ce721c )
by Thomas
03:30
created
src/model/AbstractPhpStruct.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -171,10 +171,10 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.