Skip to content

Commit

Permalink
tech: add strict_types in exception
Browse files Browse the repository at this point in the history
  • Loading branch information
treyssatvincent committed Dec 21, 2023
1 parent b803552 commit 24c5751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MissingNextcloudUsernameException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Nino\FilesystemProviders;

class MissingNextcloudUsernameException extends \Exception
Expand Down

0 comments on commit 24c5751

Please sign in to comment.