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