Skip to content

Commit 9a3cdf2

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix code style Fix opening brace style
2 parents 69cfed5 + be8ec3d commit 9a3cdf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create_framework/templating.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ framework does not need to be modified in any way, create a new
145145
use Symfony\Component\HttpFoundation\Response;
146146
use Symfony\Component\Routing;
147147

148-
function is_leap_year($year = null) {
148+
function is_leap_year($year = null)
149+
{
149150
if (null === $year) {
150151
$year = date('Y');
151152
}

0 commit comments

Comments
 (0)