doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 269 forks source link

The Options\Cache::instance property can be null #686

Closed gszy closed 4 years ago

gszy commented 4 years ago

The property can be either null or a non-empty string, it depends on the cache class being used.

TomHAnderson commented 4 years ago

Looks better than mine. I'll merge it asap

TomHAnderson commented 4 years ago

https://github.com/doctrine/DoctrineModule/releases/tag/4.0.1

gszy commented 4 years ago

Thanks!