@@ -453,8 +453,10 @@  | 
                                                    ||
| 453 | 453 | *  | 
                                                        
| 454 | 454 | * @return mixed  | 
                                                        
| 455 | 455 | */  | 
                                                        
| 456 | - public function else($default)  | 
                                                        |
| 456 | +    public function else { | 
                                                        |
| 457 | + ($default)  | 
                                                        |
| 457 | 458 |      { | 
                                                        
| 458 | 459 | return $this->isApproved() ? $this->value : $default;  | 
                                                        
| 459 | 460 | }  | 
                                                        
| 461 | + }  | 
                                                        |
| 460 | 462 | }  | 
                                                        
| 461 | 463 | \ No newline at end of file  |