@@ -21,7 +21,7 @@ public function setUp(): void
2121 /**
2222 * Set up the environment.
2323 *
24- * @param \Illuminate\Foundation\Application $app
24+ * @param \Illuminate\Foundation\Application $app
2525 */
2626 protected function getEnvironmentSetUp ($ app )
2727 {
@@ -43,8 +43,7 @@ protected function setUpDatabase()
4343 }
4444
4545 /**
46- * @param \Illuminate\Foundation\Application $app
47- *
46+ * @param \Illuminate\Foundation\Application $app
4847 * @return array
4948 */
5049 protected function getPackageProviders ($ app )
@@ -56,7 +55,8 @@ protected function getPackageProviders($app)
5655
5756 protected function disableExceptionHandling ()
5857 {
59- $ this ->app ->instance (ExceptionHandler::class, new class extends Handler {
58+ $ this ->app ->instance (ExceptionHandler::class, new class extends Handler
59+ {
6060 public function __construct ()
6161 {
6262 }
@@ -75,9 +75,9 @@ public function render($request, Exception $exception)
7575 /**
7676 * Compile lob.com siangure.
7777 *
78- * @param array $payload
79- * @param int $timestamp
80- * @param string|null $configKey
78+ * @param array $payload
79+ * @param int $timestamp
80+ * @param string|null $configKey
8181 * @return string
8282 */
8383 protected function determineLobSignature (array $ payload , $ timestamp , string $ configKey = null ): string
0 commit comments