We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455b91f commit 745760dCopy full SHA for 745760d
src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php
@@ -22,8 +22,10 @@
22
* @author Jordi Boggiano <j.boggiano@seld.be>
23
* @author Fabien Potencier <fabien@symfony.com>
24
* @author Pierrick Vignand <pierrick.vignand@gmail.com>
25
+ *
26
+ * @final
27
*/
-/* final */ class NotFoundActivationStrategy extends ErrorLevelActivationStrategy implements ActivationStrategyInterface
28
+class NotFoundActivationStrategy extends ErrorLevelActivationStrategy implements ActivationStrategyInterface
29
{
30
private $inner;
31
private $exclude;
0 commit comments