Making PHPStan happy
This commit is contained in:
parent
f052effcd8
commit
f9d5dd6b9e
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
namespace taskman;
|
||||
use Exception;
|
||||
|
||||
task('dotnet_set_env', ['always' => true], function() {
|
||||
dotnet_set_env();
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
namespace taskman;
|
||||
use Exception;
|
||||
|
||||
//NOTE: this class must not have any dependencies on any packages
|
||||
class DotnetSupport
|
||||
|
|
Loading…
Reference in New Issue