| 1 | <?php  | 
            ||
| 19 | class AsUpdatedAt extends SlumberAnnotation implements PropertyPreSaveVisitorMarker  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 | * @param ContainerInterface $provider  | 
            ||
| 23 | * @param mixed $subject  | 
            ||
| 24 | * @param \ReflectionProperty $property  | 
            ||
| 25 | */  | 
            ||
| 26 | 27 | public function onPreSave(ContainerInterface $provider, $subject, \ReflectionProperty $property)  | 
            |
| 30 | }  | 
            ||
| 31 |