1
0
Fork 0

Fix class name case, refs #8939

pull/8942/head
Jordi Boggiano 2020-06-02 16:20:17 +02:00
parent 383fbe4a8a
commit 4d75d524f1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class Composer
/**
* @param Loop $loop
*/
public function setLoop(loop $loop)
public function setLoop(Loop $loop)
{
$this->loop = $loop;
}