@@ -125,8 +125,8 @@ discard block |
||
| 125 | 125 | $sdk = $this; |
| 126 | 126 | |
| 127 | 127 | $factory = new LazyLoadingGhostFactory(); |
| 128 | - $initializer = function ( |
|
| 129 | - LazyLoadingInterface &$proxy, |
|
| 128 | + $initializer = function( |
|
| 129 | + LazyLoadingInterface&$proxy, |
|
| 130 | 130 | $method, |
| 131 | 131 | array $parameters, |
| 132 | 132 | & $initializer |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | $id |
| 137 | 137 | ) { |
| 138 | 138 | if ($method !== 'getId' && $method !== 'setId' && $method !== 'jsonSerialize') { |
| 139 | - $initializer = null; // disable initialization |
|
| 139 | + $initializer = null; // disable initialization |
|
| 140 | 140 | |
| 141 | 141 | // load data and modify the object here |
| 142 | 142 | if ($id) { |