1
0
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:
BernhardBaumrock
2022-03-08 14:25:40 -05:00
committed by Ryan Cramer
parent eb6d6971f7
commit b3dd6fae7a
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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