| @@ -47,7 +47,7 @@ discard block | ||
| 47 | 47 | /** | 
| 48 | 48 | * @param $targetConfiguration | 
| 49 | 49 | */ | 
| 50 | -	public function registerEarlyConfiguration( &$targetConfiguration ){ | |
| 50 | +	public function registerEarlyConfiguration( &$targetConfiguration ) { | |
| 51 | 51 | $sourceConfiguration = $this->getEarlyConfiguration(); | 
| 52 | 52 | $this->mergeConfiguration( $sourceConfiguration, $targetConfiguration ); | 
| 53 | 53 | } | 
| @@ -55,7 +55,7 @@ discard block | ||
| 55 | 55 | /** | 
| 56 | 56 | * @param $targetConfiguration | 
| 57 | 57 | */ | 
| 58 | -	public function registerLateConfiguration( &$targetConfiguration ){ | |
| 58 | +	public function registerLateConfiguration( &$targetConfiguration ) { | |
| 59 | 59 | $sourceConfiguration = $this->getLateConfiguration(); | 
| 60 | 60 | $this->mergeConfiguration( $sourceConfiguration, $targetConfiguration ); | 
| 61 | 61 | } |