Skip to content

Commit 664cebe

Browse files
committed
php-errors v1.0.0
1 parent 9829a4b commit 664cebe

File tree

5 files changed

+1569
-2
lines changed

5 files changed

+1569
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor/*
1+
vendor/*
2+
.idea/*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-errors/php-errors",
3-
"description": "Set error handler.",
3+
"description": "重写PHP错误处理程序,捕获所有PHP运行时错误并支持通过设置日志器将错误日志记录到日志中。",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)