@@ -24,7 +24,7 @@ discard block  | 
                                                    ||
| 24 | 24 | protected $smartProperties = [];  | 
                                                        
| 25 | 25 | |
| 26 | 26 | /**  | 
                                                        
| 27 | - * @param $name  | 
                                                        |
| 27 | + * @param string $name  | 
                                                        |
| 28 | 28 | * @return PropertyValue  | 
                                                        
| 29 | 29 | */  | 
                                                        
| 30 | 30 | public function getSmartProperty($name)  | 
                                                        
@@ -116,9 +116,9 @@ discard block  | 
                                                    ||
| 116 | 116 | }  | 
                                                        
| 117 | 117 | |
| 118 | 118 | /**  | 
                                                        
| 119 | - * @param $name  | 
                                                        |
| 120 | - * @param $value  | 
                                                        |
| 121 | - * @return bool  | 
                                                        |
| 119 | + * @param string $name  | 
                                                        |
| 120 | + * @param boolean|string $value  | 
                                                        |
| 121 | + * @return null|false  | 
                                                        |
| 122 | 122 | * @throws \Exception  | 
                                                        
| 123 | 123 | */  | 
                                                        
| 124 | 124 | public function updateSmartProperty($name, $value)  |