1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 23:38:29 +02:00

Correct phpdoc for $wire var in site-blank profile

This commit is contained in:
Ryan Cramer
2022-09-30 11:55:09 -04:00
parent b87566d0b3
commit bd6b63c616
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
if(!defined("PROCESSWIRE")) die();
/** @var Wire $wire */
/** @var ProcessWire $wire */
/**
* ProcessWire Request Finished

View File

@@ -2,7 +2,7 @@
if(!defined("PROCESSWIRE")) die();
/** @var Wire $wire */
/** @var ProcessWire $wire */
/**
* ProcessWire Bootstrap Initialization

View File

@@ -2,7 +2,7 @@
if(!defined("PROCESSWIRE")) die();
/** @var Wire $wire */
/** @var ProcessWire $wire */
/**
* ProcessWire Bootstrap API Ready