Skip to content

Commit

Permalink
Fix strict type
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Apr 17, 2023
1 parent cb36b10 commit 826a35c
Show file tree
Hide file tree
Showing 6 changed files with 778 additions and 383 deletions.
43 changes: 21 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/Service/IdentifyMethodService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types=1);

namespace OCA\Libresign\Service;

Expand Down
Loading

0 comments on commit 826a35c

Please sign in to comment.