Skip to content

Commit be8ec3d

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix code style Fix opening brace style
2 parents 9a3cfde + 0c9b2fa commit be8ec3d

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)