Merge branch '3.4'

* 3.4:
  Minor cleanups
This commit is contained in:
Nicolas Grekas 2017-07-06 16:37:40 +03:00
commit d203ee3395
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ class ErrorHandlerTest extends TestCase
// dummy function to test trace in error handler.
private static function triggerNotice($that)
{
// dummy variable to check for in error handler.
$foobar = 123;
$that->assertSame('', $foo.$foo.$bar);
}