Completed
Push — master ( 7421ef...146f46 )
by Thomas
03:01
created
src/model/AbstractPhpStruct.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,8 +165,7 @@
 block discarded – undo
165 165
  	 *
166 166
  	 * @return string the used alias
167 167
  	 */
168
- 	public function declareUse($qualifiedName, $alias = null)
169
-	{
168
+ 	public function declareUse($qualifiedName, $alias = null) {
170 169
  		$qualifiedName = trim($qualifiedName, '\\');
171 170
  		if (!$this->hasUseStatement($qualifiedName)) {
172 171
  			$this->addUseStatement($qualifiedName, $alias);
Please login to merge, or discard this patch.