Skip to content

Commit be149c2

Browse files
alamiraultnicolas-grekas
authored andcommitted
Remove unused private methods
1 parent 1e4c2b6 commit be149c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/Exception/FlattenExceptionTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,4 @@ public function testToStringParent()
292292
$this->assertSame($exception->getTraceAsString(), $flattened->getTraceAsString());
293293
$this->assertSame($exception->__toString(), $flattened->getAsString());
294294
}
295-
296-
private function createException($foo): \Exception
297-
{
298-
return new \Exception();
299-
}
300295
}

0 commit comments

Comments
 (0)