Skip to content

Commit

Permalink
phpcs fixes noted on PR #259
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed May 6, 2019
1 parent 990dee2 commit 108b2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions classes/ActionScheduler_wcSystemStatus.php
Expand Up @@ -129,8 +129,8 @@ protected function get_template( $status_labels, $action_counts, $oldest_and_new
/**
* is triggered when invoking inaccessible methods in an object context.
*
* @param $name string
* @param $arguments array
* @param string $name
* @param array $arguments
*
* @return mixed
* @link https://php.net/manual/en/language.oop5.overloading.php#language.oop5.overloading.methods
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/css/style.scss
Expand Up @@ -35,7 +35,7 @@ footer {
animation:octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave{
@keyframes octocat-wave {
0%,100%{
transform:rotate(0)
}
Expand All @@ -51,7 +51,7 @@ footer {
.github-corner:hover .octo-arm {
animation:none
}
.github-corner .octo-arm{
.github-corner .octo-arm {
animation:octocat-wave 560ms ease-in-out
}
}

0 comments on commit 108b2a6

Please sign in to comment.