Apply fixes from StyleCI (#12117)

* Apply fixes from StyleCI

* Disable style check
This commit is contained in:
Jellyfrog
2020-09-21 14:54:51 +02:00
committed by GitHub
parent 8ec9183df5
commit 77c531527c
752 changed files with 6238 additions and 5833 deletions

View File

@@ -30,7 +30,6 @@ use LibreNMS\Data\Store\Rrd;
class RrdtoolTest extends TestCase
{
public function testBuildCommandLocal()
{
Config::set('rrdcached', '');
@@ -46,7 +45,6 @@ class RrdtoolTest extends TestCase
$cmd = $this->buildCommandProxy('update', '/opt/librenms/rrd/f', 'o');
$this->assertEquals('update /opt/librenms/rrd/f o', $cmd);
$this->app->forgetInstance(Rrd::class);
Config::set('rrdtool_version', '1.6');