Skip to content

Commit

Permalink
Remove blank lines in security.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
armgabrielyan authored Nov 29, 2017
1 parent dbbbe57 commit d9ae346
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions en/controllers/components/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ want and the Security Component will enforce them on its startup::

class WidgetsController extends AppController
{

public function initialize()
{
parent::initialize();
Expand All @@ -184,7 +183,6 @@ require secure SSL requests::

class WidgetsController extends AppController
{

public function initialize()
{
parent::initialize();
Expand Down Expand Up @@ -238,7 +236,6 @@ There may be cases where you want to disable all security checks for an action

class WidgetController extends AppController
{

public function initialize()
{
parent::initialize();
Expand Down

0 comments on commit d9ae346

Please sign in to comment.