Loading src/Certic/Circe/JobResult.php +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ class JobResult } } /** * @return LogEntry[] */ public function getLog(): \Iterator { foreach ($this->getFiles() as $file){ Loading Loading
src/Certic/Circe/JobResult.php +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ class JobResult } } /** * @return LogEntry[] */ public function getLog(): \Iterator { foreach ($this->getFiles() as $file){ Loading