Skip to content

Commit cf540ef

Browse files
faissalouxxabbuh
andauthored
remove duplicated semicolon
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 2d6bc45 commit cf540ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Response::
173173
'_route' => 'is_leap_year/{year}',
174174
'year' => '2000',
175175
'_controller' => [new LeapYearController(), 'index'],
176-
]));
176+
]))
177177
;
178178
$matcher
179179
->expects($this->once())

0 commit comments

Comments
 (0)