Utility class for Github actions.
- author Maxime Steinhausser
CloneableInstantiable
Methods |
public __construct(Symfony |
public debug(string $message, ?string $file = NULL, ?int $line = NULL, ?int $col = NULL) : void Output a debug log using the Github annotations format.
|
public error(string $message, ?string $file = NULL, ?int $line = NULL, ?int $col = NULL) : void Output an error using the Github annotations format.
|
public static isGithubActionEnvironment() : bool |
public warning(string $message, ?string $file = NULL, ?int $line = NULL, ?int $col = NULL) : void Output a warning using the Github annotations format.
|
Constants |
private Symfony
|
private Symfony
|
Properties |
private Symfony |
Methods |
private log(string $type, string $message, ?string $file = NULL, ?int $line = NULL, ?int $col = NULL) : void |
Methods |
public static isGithubActionEnvironment() : bool |