mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Correct phpdoc for $wire var in site-blank profile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if(!defined("PROCESSWIRE")) die();
|
||||
|
||||
/** @var Wire $wire */
|
||||
/** @var ProcessWire $wire */
|
||||
|
||||
/**
|
||||
* ProcessWire Request Finished
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
if(!defined("PROCESSWIRE")) die();
|
||||
|
||||
/** @var Wire $wire */
|
||||
/** @var ProcessWire $wire */
|
||||
|
||||
/**
|
||||
* ProcessWire Bootstrap Initialization
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
if(!defined("PROCESSWIRE")) die();
|
||||
|
||||
/** @var Wire $wire */
|
||||
/** @var ProcessWire $wire */
|
||||
|
||||
/**
|
||||
* ProcessWire Bootstrap API Ready
|
||||
|
Reference in New Issue
Block a user