@@ -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 {
@@ -45,8 +45,7 @@ protected function setUpDatabase()
4545 }
4646
4747 /**
48- * @param \Illuminate\Foundation\Application $app
49- *
48+ * @param \Illuminate\Foundation\Application $app
5049 * @return array
5150 */
5251 protected function getPackageProviders ($ app )
@@ -58,7 +57,8 @@ protected function getPackageProviders($app)
5857
5958 protected function disableExceptionHandling ()
6059 {
61- $ this ->app ->instance (ExceptionHandler::class, new class extends Handler {
60+ $ this ->app ->instance (ExceptionHandler::class, new class extends Handler
61+ {
6262 public function __construct ()
6363 {
6464 }
@@ -77,9 +77,9 @@ public function render($request, Exception $exception)
7777 /**
7878 * Compile lob.com siangure.
7979 *
80- * @param array $payload
81- * @param int $timestamp
82- * @param string|null $configKey
80+ * @param array $payload
81+ * @param int $timestamp
82+ * @param string|null $configKey
8383 * @return string
8484 */
8585 protected function determineLobSignature (array $ payload , $ timestamp , string $ configKey = null ): string
0 commit comments