Skip to content

Commit

Permalink
feat(ci): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Feb 3, 2022
1 parent 8a73a54 commit 0c08d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-name/internals/Transient.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace Plugin_Name\Internals;

use Plugin_Name\Engine\Base;
use \stdClass;
use \stdClass; // phpcs:ignore

/**
* Transient used by the plugin
Expand Down Expand Up @@ -72,7 +72,7 @@ public function print_transient_output() {

echo '<div class="siteapi-bridge-container">';

foreach ( $transient as $value ) {
foreach ( $transient as $value ) { // phpcs:ignore
echo '<div class="siteapi-bridge-single">';
// $transient is an object so use -> to call children
echo '</div>';
Expand Down

0 comments on commit 0c08d43

Please sign in to comment.