Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 29, 2024
1 parent 63fe328 commit 7a6ec11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Foundation/Console/Concerns/CopyTestbenchFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trait CopyTestbenchFiles
{
/**
* Copy the "testbench.yaml" file.
*
*
* @internal
*
* @param \Illuminate\Contracts\Foundation\Application $app
Expand Down Expand Up @@ -68,7 +68,7 @@ protected function copyTestbenchConfigurationFile(
* Copy the ".env" file.
*
* @internal
*
*
* @param \Illuminate\Contracts\Foundation\Application $app
* @param \Illuminate\Filesystem\Filesystem $filesystem
* @param string $workingPath
Expand Down Expand Up @@ -121,7 +121,7 @@ protected function copyTestbenchDotEnvFile(

/**
* Determine the Testbench's environment file.
*
*
* @internal
*
* @return string
Expand Down

0 comments on commit 7a6ec11

Please sign in to comment.