Commit f15c4817 authored by Maxim Starikov's avatar Maxim Starikov
Browse files

#3: phpcniffer pipeline

parent 2556e846
1 merge request!3#3: add github and phpcs libs
Pipeline #394 passed with stages
in 17 seconds
<?php
namespace App\Command;
use Github\Client;
......@@ -17,7 +18,8 @@ class LoadCommitsCommand extends Command
private const NUMBER_OF_COMMITS = 25;
public function __construct(Client $client) {
public function __construct(Client $client)
{
$this->client = $client;
parent::__construct();
}
......@@ -66,4 +68,4 @@ class LoadCommitsCommand extends Command
// or missing arguments (it's equivalent to returning int(2))
// return Command::INVALID
}
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment