1
0
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:
Niklas Keller 2017-07-29 23:43:24 +02:00
parent 147a3f5b2b
commit 8f5fb52525

View File

@ -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();