From c8f62f039be54645c3bbdd50d27da54b98fabf28 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Tue, 19 Apr 2022 16:39:07 -0700 Subject: [PATCH] Add package name to file --- phpstanbootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstanbootstrap.php b/phpstanbootstrap.php index fb93d05..8995f4b 100644 --- a/phpstanbootstrap.php +++ b/phpstanbootstrap.php @@ -3,6 +3,8 @@ * Define constants that PhpStan cannot find. * * @see https://phpstan.org/user-guide/discovering-symbols#global-constants + * + * @package nullcorps/woocommerce-gateway-bitcoin */ define( 'WP_CONTENT_DIR', __DIR__ . '/wp-content' );