mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Add PR #218 - add typehints to site/ready, init and finished
This commit is contained in:
committed by
Ryan Cramer
parent
eb6d6971f7
commit
b3dd6fae7a
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
if(!defined("PROCESSWIRE")) die();
|
if(!defined("PROCESSWIRE")) die();
|
||||||
|
|
||||||
|
/** @var Wire $wire */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ProcessWire Request Finished
|
* ProcessWire Request Finished
|
||||||
* ============================
|
* ============================
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
if(!defined("PROCESSWIRE")) die();
|
if(!defined("PROCESSWIRE")) die();
|
||||||
|
|
||||||
|
/** @var Wire $wire */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ProcessWire Bootstrap Initialization
|
* ProcessWire Bootstrap Initialization
|
||||||
* ====================================
|
* ====================================
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
if(!defined("PROCESSWIRE")) die();
|
if(!defined("PROCESSWIRE")) die();
|
||||||
|
|
||||||
|
/** @var Wire $wire */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ProcessWire Bootstrap API Ready
|
* ProcessWire Bootstrap API Ready
|
||||||
* ===============================
|
* ===============================
|
||||||
|
Reference in New Issue
Block a user