@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | switch ($action) { |
61 | 61 | case 'get': |
62 | - $return = (isset($this->info[$property]))? |
|
62 | + $return = (isset($this->info[$property])) ? |
|
63 | 63 | $this->info[$property] : null; |
64 | 64 | break; |
65 | 65 |
@@ -47,8 +47,8 @@ |
||
47 | 47 | $contextName, |
48 | 48 | DataWrapper\DataWrapperInterface $dataWrapper |
49 | 49 | ) { |
50 | - return $this->getFactory() |
|
51 | - ->build($contextName, $dataWrapper); |
|
50 | + return $this->getFactory() |
|
51 | + ->build($contextName, $dataWrapper); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | /** |