Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
challenges
sagitarius
Commits
f15c4817
Commit
f15c4817
authored
3 years ago
by
Maxim Starikov
Browse files
Options
Download
Email Patches
Plain Diff
#3
: phpcniffer pipeline
parent
2556e846
master
1 merge request
!3
#3: add github and phpcs libs
Pipeline
#394
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Command/LoadCommitsCommand.php
src/Command/LoadCommitsCommand.php
+4
-2
No files found.
src/Command/LoadCommitsCommand.php
View file @
f15c4817
<?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
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment