File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "strategy" : " semver" ,
33 "major" : 0 ,
44 "minor" : 8 ,
5- "patch" : 11 ,
5+ "patch" : 12 ,
66 "build" : 0
77}
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ public function globalExceptionHandler( \Throwable $throwable ): void
481481 ]);
482482
483483 // Output formatted error (HTML for web, plain text for CLI)
484- echo $ this -> beautifyException ( $ throwable );
484+ echo static :: beautifyException ( $ throwable );
485485
486486 exit ( 1 );
487487 }
@@ -494,7 +494,7 @@ public function globalExceptionHandler( \Throwable $throwable ): void
494494 * @param \Throwable $throwable
495495 * @return string
496496 */
497- public function beautifyException ( \Throwable $ throwable ): string
497+ public static function beautifyException ( \Throwable $ throwable ): string
498498 {
499499 $ type = get_class ( $ throwable );
500500 $ message = $ throwable ->getMessage ();
Original file line number Diff line number Diff line change 1+ ## 0.8.12 2026-01-01
2+ * Added psr-11 container support.
3+
14## 0.8.11 2025-12-26
25
36## 0.8.10 2025-11-28
You can’t perform that action at this time.
0 commit comments