You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,5 @@ The `$loader->setAutoRefresh(true or false)` determines whether RobotLoader shou
74
74
This feature should be disabled on production server.
75
75
76
76
If you want RobotLoader to skip some directory, use `$loader->excludeDirectory('temp')`.
77
+
78
+
By default, RobotLoader reports errors in PHP files by throwing exception `ParseError` (since PHP 7.0). It can be disabled via `$loader->reportParseErrors(false)`.
0 commit comments