Skip to content

Commit 835d5eb

Browse files
bryanageeweaverryan
authored andcommitted
Adds missing space before return statement
1 parent 3799bc0 commit 835d5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contributing/code/standards.rst

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ example containing most features described below:
8585
if (!isset($value)) {
8686
return;
8787
}
88+
8889
return !$value;
8990
}
9091
}

0 commit comments

Comments
 (0)