| @@ -1,9 +1,9 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | -namespace FL\Assistant\System\Container; | |
| 4 | - | |
| 5 | -interface ReflectionCache { | |
| 6 | - | |
| 7 | - public function fetch( $key); | |
| 8 | - public function store( $key, $data); | |
| 9 | -} | |
| 1 | +<?php | |
| 2 | + | |
| 3 | +namespace FL\Assistant\System\Container; | |
| 4 | + | |
| 5 | +interface ReflectionCache { | |
| 6 | + | |
| 7 | + public function fetch( $key); | |
| 8 | + public function store( $key, $data); | |
| 9 | +} | |