1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Merge pull request #41 from artnez/master

Monolog\Processor\MemoryProcessor is now an abstract class
This commit is contained in:
Jordi Boggiano
2011-08-08 00:34:59 -07:00

View File

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