Skip to content

Commit b676d40

Browse files
committed
Code style fixes
1 parent f6f7f37 commit b676d40

24 files changed

+35
-44
lines changed

Block/Adminhtml/Category.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ protected function _prepareLayout()
4545
}
4646
return parent::_prepareLayout();
4747
}
48-
4948
}

Block/Adminhtml/Category/CreateButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class CreateButton
1313
*/
14-
class CreateButton extends \Magefan\Community\Block\Adminhtml\Edit\CreateButton
14+
class CreateButton extends \Magefan\Community\Block\Adminhtml\Edit\CreateButton
1515
{
1616
/**
1717
* @return array|string

Block/Adminhtml/Category/DuplicateButton.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ public function getButtonData()
2323
}
2424
return parent::getButtonData();
2525
}
26-
27-
2826
}

Block/Adminhtml/Category/SaveAndContinueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class SaveAndContinueButton
1313
*/
14-
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
14+
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
1515
{
1616
/**
1717
* @return array|string

Block/Adminhtml/Category/SaveButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class SaveButton
1313
*/
14-
class SaveButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveButton
14+
class SaveButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveButton
1515
{
1616
/**
1717
* @return array|string

Block/Adminhtml/Comment/SaveAndContinueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class SaveAndContinueButton
1313
*/
14-
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
14+
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
1515
{
1616
/**
1717
* @return array|string

Block/Adminhtml/Comment/SaveButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class SaveButton
1313
*/
14-
class SaveButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveButton
14+
class SaveButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveButton
1515
{
1616
/**
1717
* @return array|string

Block/Adminhtml/Post.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ protected function _construct()
2929
if (!$this->_authorization->isAllowed("Magefan_Blog::post_save")) {
3030
$this->removeButton('add');
3131
}
32-
3332
}
3433

3534
/**

Block/Adminhtml/Post/DuplicateButton.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ public function getButtonData()
2323
}
2424
return parent::getButtonData();
2525
}
26-
27-
2826
}

Block/Adminhtml/Post/SaveAndContinueButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class SaveAndContinueButton
1313
*/
14-
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
14+
class SaveAndContinueButton extends \Magefan\Community\Block\Adminhtml\Edit\SaveAndContinueButton
1515
{
1616
/**
1717
* @return array|string

0 commit comments

Comments
 (0)