Skip to content

Commit 5a9ee16

Browse files
rodrigoprimojrfnl
andauthored
Committing code review suggestion
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 9ea58ef commit 5a9ee16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.1.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ enum Suit: string implements Colorful, CardGame {
185185
}
186186

187187
interface MyInterface {
188-
function getSomeValue(); // Ok.
189-
function get_some_value(); // Not ok.
188+
public function getSomeValue();
189+
public function get_some_value();
190190
}
191191

192192
class MyClass {

0 commit comments

Comments
 (0)