mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Add type hints for remaining classes
This commit is contained in:
parent
d7718218ad
commit
783c09864f
35 changed files with 212 additions and 210 deletions
|
@ -7,14 +7,11 @@ use function Safe\filesize;
|
|||
use function Safe\glob;
|
||||
use function Safe\gmdate;
|
||||
use function Safe\ksort;
|
||||
use function Safe\preg_match;
|
||||
use function Safe\preg_replace;
|
||||
use function Safe\shell_exec;
|
||||
use function Safe\sleep;
|
||||
use function Safe\sort;
|
||||
use function Safe\usort;
|
||||
|
||||
|
||||
class Library{
|
||||
/**
|
||||
* @param string $query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue