Skip to content

Commit 15ab0ba

Browse files
committed
Update phpdocs
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 4668a4d commit 15ab0ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Command/AbstractCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ protected function getConfigFile(string $filename, bool $force = false): string
165165
* fast-forward/dev-tools package and returns the absolute path to the given filename within it.
166166
* It is used as a fallback when a configuration file is not found in the project root.
167167
*
168-
* @param string $filename The name of the file to resolve within the dev-tools package.
168+
* @param string $filename the name of the file to resolve within the dev-tools package
169169
*
170-
* @return string The absolute path to the file inside the dev-tools package.
170+
* @return string the absolute path to the file inside the dev-tools package
171171
*/
172172
protected function getDevToolsFile(string $filename): string
173173
{

0 commit comments

Comments
 (0)