Skip to content

Add a PHP 8 attribute to configure HTTP caching (#39)

Compare
Choose a tag to compare
@mpdude mpdude released this 28 Mar 16:02
· 23 commits to master since this release
c321081
Add a PHP 8 attribute to support configuration (#39)

This PR adds a
`\Webfactory\Bundle\WfdMetaBundle\Caching\Attribute\Send304IfNotModified`
attribute to replace the
`\Webfactory\Bundle\WfdMetaBundle\Caching\Annotation\Send304IfNotModified`
annotation class.