@@ -156,7 +156,7 @@  | 
                                                    ||
| 156 | 156 | $pool->clear();  | 
                                                        
| 157 | 157 | |
| 158 | 158 |          $item = $pool->getItem('foo'); | 
                                                        
| 159 | -        $item->set(static function () { | 
                                                        |
| 159 | +        $item->set(static function() { | 
                                                        |
| 160 | 160 | return 'value';  | 
                                                        
| 161 | 161 | });  | 
                                                        
| 162 | 162 | $pool->saveDeferred($item);  |