Skip to content

Commit

Permalink
Updated w.r.t. PR dennisdoomen#193 (Revised AV1553)
Browse files Browse the repository at this point in the history
(Piggyback) Removes _Empty lines_ entry regarding `#region` keyword, aligning with dennisdoomen#192
  • Loading branch information
keremispirli authored Sep 22, 2019
1 parent e9273f9 commit 42e7b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
* Don't use an `if`-`else` construct instead of a simple (conditional) assignment (AV1545)
* Encapsulate complex expressions in a property, method or local function (AV1547)
* Call the more overloaded method from other overloads (AV1551)
* Only use optional arguments to replace overloads (AV1553)
* Only use optional parameters to replace overloads (AV1553)
* Do not use optional parameters in interface methods or their concrete implementations (AV1554)
* Avoid using named arguments (AV1555)
* Don't declare signatures with more than 3 parameters (AV1561)
* Don't use `ref` or `out` parameters (AV1562)
Expand Down Expand Up @@ -215,7 +216,6 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
* Between multi-line members
* After the closing curly brace
* Between unrelated code blocks
* Around the `#region` keyword
* Between the `using` statements of different root namespaces
</div>

Expand Down

0 comments on commit 42e7b1f

Please sign in to comment.