mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
Shut up php-cs-fixer
See https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/2948.
This commit is contained in:
parent
147a3f5b2b
commit
8f5fb52525
@ -244,7 +244,7 @@ class EventDriver extends Driver {
|
||||
|
||||
case Watcher::SIGNAL:
|
||||
$this->signals[$id] = $this->events[$id];
|
||||
// No break
|
||||
// no break
|
||||
|
||||
default:
|
||||
$this->events[$id]->add();
|
||||
|
Loading…
Reference in New Issue
Block a user