From bd6b63c616cccadbc727e1cc2a7d65f066b059ab Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 30 Sep 2022 11:55:09 -0400 Subject: [PATCH] Correct phpdoc for $wire var in site-blank profile --- site-blank/finished.php | 2 +- site-blank/init.php | 2 +- site-blank/ready.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site-blank/finished.php b/site-blank/finished.php index aa621018..f5f039aa 100644 --- a/site-blank/finished.php +++ b/site-blank/finished.php @@ -2,7 +2,7 @@ if(!defined("PROCESSWIRE")) die(); -/** @var Wire $wire */ +/** @var ProcessWire $wire */ /** * ProcessWire Request Finished diff --git a/site-blank/init.php b/site-blank/init.php index f85c0dd4..b551c11a 100644 --- a/site-blank/init.php +++ b/site-blank/init.php @@ -2,7 +2,7 @@ if(!defined("PROCESSWIRE")) die(); -/** @var Wire $wire */ +/** @var ProcessWire $wire */ /** * ProcessWire Bootstrap Initialization diff --git a/site-blank/ready.php b/site-blank/ready.php index af71386e..f4b990eb 100644 --- a/site-blank/ready.php +++ b/site-blank/ready.php @@ -2,7 +2,7 @@ if(!defined("PROCESSWIRE")) die(); -/** @var Wire $wire */ +/** @var ProcessWire $wire */ /** * ProcessWire Bootstrap API Ready