Jordi Boggiano
|
fac282e8e7
Fix build issues
|
2 月之前 |
Eric Emmrich
|
2497a896b1
ProcessHandler: Make timeout of `stream_select()` configurable (#1916)
|
1 年之前 |
Christoph Dreis
|
3ba77d1d39
Use fully-qualified name for native functions (#1887)
|
1 年之前 |
Jordi Boggiano
|
1dacc790b9
Remove LevelName enum in favor of a Level::getName method, fixes #1667 (#1668)
|
3 年之前 |
Jordi Boggiano
|
bd5968a567
Add missing types to constructor args
|
3 年之前 |
Jordi Boggiano
|
6627c092d8
Add phpstan strict rules and deprecation rules, fix all related issues
|
3 年之前 |
Jordi Boggiano
|
7952a83e0c
Move phpdoc to native types
|
3 年之前 |
Jordi Boggiano
|
2d006a8472
Convert level/levelName to enums (#1656)
|
3 年之前 |
Jordi Boggiano
|
5eb9b8ed93
Code cleanups
|
3 年之前 |
Jordi Boggiano
|
22c8b19358
Add LogRecord class, drop PHP <8.1
|
3 年之前 |
Jordi Boggiano
|
19542ed8ef
Normalize @inheritDoc tags, refs #1557
|
4 年之前 |
Jordi Boggiano
|
8b5278d8e1
Bump phpstan to level 8
|
4 年之前 |
Jordi Boggiano
|
13d40f953f
More type fixes towards level 7
|
4 年之前 |
Jordi Boggiano
|
01d104aa78
Add Record/Level/LevelName type aliases and improve phpstan type coverage to level 6
|
4 年之前 |
George Mponos
|
73f2639237
Docblock fixes
|
7 年之前 |
Jordi Boggiano
|
bb99e4c699
Tweak const visibility, refs #1228
|
7 年之前 |
George Mponos
|
c68b71edeb
Add visibility to constants
|
7 年之前 |
Jordi Boggiano
|
06143b03e5
Add a bunch of return types and fix type inconsistencies reports from phan
|
7 年之前 |
Jordi Boggiano
|
5ce1c921ad
Fix type errors, thanks phan
|
9 年之前 |
Jordi Boggiano
|
21dde4dedb
Move to strict mode and fix tests
|
9 年之前 |
Jordi Boggiano
|
f200e79879
CS fixes
|
9 年之前 |
Jordi Boggiano
|
3d7842ec1e
Coding style fixes, refs #720
|
9 年之前 |
kolja
|
fbe0bae8c9
Replaced indention tabs with 4 spaces in ProcessHandler and its test.
|
10 年之前 |
kolja
|
f13011e03e
Removed obsolete var_export(). Made construction argument validation tests simpler and more readable.
|
10 年之前 |
kolja
|
1be08de729
Created "ProcessHandler", that logs records to the STDIN of a custom process, defined by given command.
|
10 年之前 |