@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | * @internal |
| 184 | 184 | * @var array |
| 185 | 185 | */ |
| 186 | - protected $moduleData = []; |
|
| 186 | + protected $moduleData = []; |
|
| 187 | 187 | |
| 188 | 188 | /** |
| 189 | 189 | * Page id |
@@ -1272,7 +1272,7 @@ discard block |
||
| 1272 | 1272 | } |
| 1273 | 1273 | |
| 1274 | 1274 | $tagAttributes = array_map( |
| 1275 | - function ($attributeValue) { |
|
| 1275 | + function($attributeValue) { |
|
| 1276 | 1276 | if (is_array($attributeValue)) { |
| 1277 | 1277 | return implode(' ', $attributeValue); |
| 1278 | 1278 | } |
@@ -1849,7 +1849,7 @@ discard block |
||
| 1849 | 1849 | $params = [ |
| 1850 | 1850 | 'edit' => [ |
| 1851 | 1851 | $table => [ |
| 1852 | - (0-($row['_MOVE_PLH'] ? $row['_MOVE_PLH_uid'] : $row['uid'])) => 'new' |
|
| 1852 | + (0 - ($row['_MOVE_PLH'] ? $row['_MOVE_PLH_uid'] : $row['uid'])) => 'new' |
|
| 1853 | 1853 | ] |
| 1854 | 1854 | ], |
| 1855 | 1855 | 'returnUrl' => $this->listURL() |