guibranco / pancake

Missing function/class method doc comment PHP-D1002
Documentation
Minor
1 occurrence in this check
Doc comment missing for class method testCanLog
50        $this->assertInstanceOf(\stdClass::class, $response);
51    }
52
53    public function testCanLog(): void54    {
55        $healthCheck = new HealthCheck('token');
56        $response = $healthCheck->log('test');