diff --git a/site-blank/finished.php b/site-blank/finished.php index c618feb1..aa621018 100644 --- a/site-blank/finished.php +++ b/site-blank/finished.php @@ -2,6 +2,8 @@ if(!defined("PROCESSWIRE")) die(); +/** @var Wire $wire */ + /** * ProcessWire Request Finished * ============================ diff --git a/site-blank/init.php b/site-blank/init.php index eb4fd600..f85c0dd4 100644 --- a/site-blank/init.php +++ b/site-blank/init.php @@ -2,6 +2,8 @@ if(!defined("PROCESSWIRE")) die(); +/** @var Wire $wire */ + /** * ProcessWire Bootstrap Initialization * ==================================== diff --git a/site-blank/ready.php b/site-blank/ready.php index 5b9beb89..af71386e 100644 --- a/site-blank/ready.php +++ b/site-blank/ready.php @@ -2,6 +2,8 @@ if(!defined("PROCESSWIRE")) die(); +/** @var Wire $wire */ + /** * ProcessWire Bootstrap API Ready * ===============================