1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 01:04:16 +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();
/** @var Wire $wire */
/**
* ProcessWire Bootstrap Initialization
* ====================================