Skip to content

Commit

Permalink
issue-906: phpcs validation. (#907)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Shumaker <[email protected]>
  • Loading branch information
danshumaker and Dan Shumaker authored Jul 23, 2020
1 parent 9ec2b88 commit 16b3272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/drupal-default/particle_theme/includes/admin.theme.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
* @file
* Functions to support theming admin in the Particle theme.
*/
* @file
* Functions to support theming admin in the Particle theme.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function particle_theme_suggestions_image_alter(array &$suggestions, array $vari
* Implements hook_theme_suggestions_HOOK_alter().
*
* @TODO evaluate for Search.
*
*/
function particle_theme_suggestions_form_alter(array &$suggestions, array $variables) {
$id = $variables['element']['#id'];
Expand Down
1 change: 1 addition & 0 deletions apps/drupal-default/particle_theme/src/Particle.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ class Particle {
* Provides the frontend docs for reference.
*/
const FRONTEND_DOCS = 'https://phase2.github.io/frontend-docs/';

}

0 comments on commit 16b3272

Please sign in to comment.