Completed
Push — master ( 6bcfe0...b7fa03 )
by Adam
04:08
created
src/Build.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 	 */
52 52
 	public function &__get($name)
53 53
 	{
54
-		if(in_array($name, ['container', 'arguments'])){
54
+		if (in_array($name, ['container', 'arguments'])) {
55 55
 			$method = 'get' . ucfirst($name);
56 56
 			trigger_error(E_USER_WARNING, "Property '$name' is deprecated, use method $method() instead.");
57 57
 			return $this->$method();
Please login to merge, or discard this patch.