Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df804b2

Browse files
committed
build(Concerns): Update todo comment in ConcreteScores trait
- Update the todo comment to reflect the variable name change from `$sqls` to `$queries` - Ensure clarity in the code by specifying the intended modification for future reference
1 parent 9110b6a commit df804b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Concerns/ConcreteScores.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public function markdownScores(array|string $sqls): string
6262
}
6363

6464
/**
65+
* @todo $sqls -> $queries
66+
*
6567
* @param list<string>|string $sqls
6668
*
6769
* @throws \Guanguans\SoarPHP\Exceptions\InvalidOptionException

0 commit comments

Comments
 (0)