1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 20:01:52 +02:00

Fixed CS and phpdoc

This commit is contained in:
Christophe Coevoet
2011-05-06 19:47:27 +02:00
parent d3e89dbed1
commit e059c441e0
3 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ use Monolog\Logger;
class WildfireFormatterTest extends \PHPUnit_Framework_TestCase
{
/**
* @dataProvider recordProvider
*/
@@ -46,5 +45,4 @@ class WildfireFormatterTest extends \PHPUnit_Framework_TestCase
array($record),
);
}
}