1
0
Fork 0

Add types to `Script` tests (#10220)

pull/10224/head
Martin Herndl 2021-10-26 21:08:54 +02:00 committed by GitHub
parent 4071125172
commit 79da1c266e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ class EventTest extends TestCase
);
}
/**
* @return Composer
*/
private function createComposerInstance()
{
$composer = new Composer;