Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras authored and github-actions[bot] committed Feb 15, 2023
1 parent 89198b1 commit 7d336e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/sign-pad.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'Name' => '',
'Location' => '',
'Reason' => '',
'ContactInfo' => ''
'ContactInfo' => '',
],

/**
Expand Down
1 change: 0 additions & 1 deletion src/Templates/DocumentTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ abstract class DocumentTemplate
{
/**
* @phpstan-param view-string $path
* @param string $path
*/
public function __construct(
public string $path
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function getEnvironmentSetUp($app)
* Define routes setup.
*
* @param \Illuminate\Routing\Router $router
*
* @return void
*/
protected function defineRoutes($router)
Expand Down

0 comments on commit 7d336e2

Please sign in to comment.