Skip to content

Commit

Permalink
fix: fix type in ApplicationResolver (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Mar 3, 2023
1 parent 234c88a commit 9a3c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApplicationResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static function createSymlinkToVendorPath($app, string $vendorDir): void
*/
public static function resolve(): Application
{
/** @var string $workingPath */
/** @var non-empty-string $workingPath */
$workingPath = getcwd();
if (! defined('TESTBENCH_WORKING_PATH')) {
define('TESTBENCH_WORKING_PATH', $workingPath);
Expand Down

0 comments on commit 9a3c2d0

Please sign in to comment.