Skip to content
Snippets Groups Projects
Commit 98ee7b2d authored by Tibo's avatar Tibo
Browse files

Fix style

parent b1c08aaf
No related branches found
No related tags found
No related merge requests found
Pipeline #3780 passed
......@@ -12,7 +12,7 @@ abstract class AbstractSensor implements Sensor
private $server;
public function __construct (?Server $server = null)
public function __construct(?Server $server = null)
{
$this->server = $server;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment