From 2534766ed572ed156ac748d3aaad6d9458a6c51f Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 18 Aug 2018 15:12:46 -0700
Subject: [PATCH] PHPCS 2

---
 camo-image-proxy.php | 2 --
 tests/bootstrap.php  | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camo-image-proxy.php b/camo-image-proxy.php
index 3d1cb47..033ba66 100755
--- a/camo-image-proxy.php
+++ b/camo-image-proxy.php
@@ -11,5 +11,3 @@
  *
  * @package         Camo_Image_Proxy
  */
-
-// Your code starts here.
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index ce46845..94fbfa9 100755
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -12,7 +12,9 @@ if ( ! $camo_tests_dir ) {
 }
 
 if ( ! file_exists( $camo_tests_dir . '/includes/functions.php' ) ) {
+	// @codingStandardsIgnoreStart
 	echo "Could not find $camo_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
+	// @codingStandardsIgnoreEnd
 	exit( 1 );
 }
 
-- 
GitLab