File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/Command/CacheClearCommand Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ function () use ($file) {
7474 $ containerRef = new \ReflectionClass ($ containerClass );
7575 $ containerFile = \dirname ($ containerRef ->getFileName (), 2 ).'/ ' .$ containerClass .'.php ' ;
7676 $ containerMetaFile = $ containerFile .'.meta ' ;
77- $ this -> kernelRef = new \ReflectionObject ($ this ->kernel );
78- $ this -> kernelFile = $ this -> kernelRef ->getFileName ();
77+ $ kernelRef = new \ReflectionObject ($ this ->kernel );
78+ $ kernelFile = $ kernelRef ->getFileName ();
7979 /** @var ResourceInterface[] $meta */
8080 $ meta = unserialize (file_get_contents ($ containerMetaFile ));
8181 $ found = false ;
8282 foreach ($ meta as $ resource ) {
83- if ((string ) $ resource === $ this -> kernelFile ) {
83+ if ((string ) $ resource === $ kernelFile ) {
8484 $ found = true ;
8585 break ;
8686 }
You can’t perform that action at this time.
0 commit comments