1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

Monolog\Processor\MemoryProcessor is now an abstract class since it can be used explicitly

This commit is contained in:
Artem Nezvigin
2011-08-07 20:13:34 -07:00
parent 2b9a25d364
commit 51254e3143

View File

@@ -16,7 +16,7 @@ namespace Monolog\Processor;
* *
* @author Rob Jensen * @author Rob Jensen
*/ */
class MemoryProcessor abstract class MemoryProcessor
{ {
protected $realUsage; protected $realUsage;