Altered PSR-12 update

This commit is contained in:
Benjamin Blake
2023-05-18 22:28:26 -06:00
parent 70fb0b15d8
commit 5c22c6fcee
31 changed files with 697 additions and 401 deletions

View File

@ -6,7 +6,7 @@ use Gitea\Client;
use Gitea\Model\Repository;
/**
* Interface that allows the tracking of request heirarchies
* Interface that allows the tracking of request hierarchies
*
* @author Benjamin Blake (sitelease.ca)
*/
@ -31,7 +31,7 @@ interface RequestChainableInterface
public function setCaller(?object $object);
/**
* Return the request chain heirarchy
* Return the request chain hierarchy
* as an array of objects
*
* This is useful if you need to know
@ -58,11 +58,11 @@ interface RequestChainableInterface
public function searchRequestChain(string $class): ?object;
/**
* Return the request chain heirarchy
* Return the request chain hierarchy
* as a string of class names
*
* This is useful if you need to quickly print out
* a breadcrumb like heirarchy of callers
* a breadcrumb like hierarchy of callers
*
* @author Benjamin Blake (sitelease.ca)
* @return array