From 1ffc14b6798bdf0991fa5bf5b96cf722cc687be5 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 18 Aug 2018 15:17:21 -0700 Subject: [PATCH] Appeasing PHPCS --- camo-image-proxy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camo-image-proxy.php b/camo-image-proxy.php index 033ba66..1c407ca 100755 --- a/camo-image-proxy.php +++ b/camo-image-proxy.php @@ -11,3 +11,5 @@ * * @package Camo_Image_Proxy */ + +namespace Camo_Image_Proxy; -- GitLab