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 be8ec3d

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

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.