Completed
Push — master ( f165ab...b465e2 )
by Thomas
02:42
created
src/model/AbstractPhpStruct.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -131,11 +131,11 @@
 block discarded – undo
131 131
 	 * 
132 132
 	 * If the class has already been declared you get only the set alias.
133 133
 	 * 
134
- 	 * @param string      $fullClassName
135
- 	 * @param null|string $alias
136
- 	 *
137
- 	 * @return string
138
- 	 */
134
+	 * @param string      $fullClassName
135
+	 * @param null|string $alias
136
+	 *
137
+	 * @return string
138
+	 */
139 139
  	public function declareUse($fullClassName, $alias = null)
140 140
 	{
141 141
  		$fullClassName = trim($fullClassName, '\\');
Please login to merge, or discard this patch.