Making PHPStan happy

This commit is contained in:
Pavel Shevaev 2024-09-23 19:36:59 +03:00
parent f052effcd8
commit f9d5dd6b9e
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
namespace taskman;
use Exception;
task('dotnet_set_env', ['always' => true], function() {
dotnet_set_env();

View File

@ -1,5 +1,6 @@
<?php
namespace taskman;
use Exception;
//NOTE: this class must not have any dependencies on any packages
class DotnetSupport