File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44namespace ScriptFUSION \Porter \Cache ;
55
6- class InvalidCacheKeyException extends \RuntimeException implements \Psr \Cache \InvalidArgumentException
6+ final class InvalidCacheKeyException extends \RuntimeException implements \Psr \Cache \InvalidArgumentException
77{
88 // Intentionally empty.
99}
Original file line number Diff line number Diff line change 99/**
1010 * Provides an in-memory cache with a PSR-6 interface.
1111 */
12- class MemoryCache extends \ArrayObject implements CacheItemPoolInterface
12+ final class MemoryCache extends \ArrayObject implements CacheItemPoolInterface
1313{
1414 /**
1515 * @param string $key
Original file line number Diff line number Diff line change 66/**
77 * The exception that is thrown when an object could not be created.
88 */
9- class ObjectNotCreatedException extends \RuntimeException
9+ final class ObjectNotCreatedException extends \RuntimeException
1010{
1111 // Intentionally empty.
1212}
You can’t perform that action at this time.
0 commit comments