Completed
Push — master ( f07e74...ed29ac )
by Thomas
03:41
created
src/model/AbstractPhpStruct.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -160,11 +160,11 @@
 block discarded – undo
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, '\\');
Please login to merge, or discard this patch.