Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a3cdf2

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎create_framework/templating.rst

Copy file name to clipboardExpand all lines: create_framework/templating.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.