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