Skip to content

Commit db20784

Browse files
authoredJan 5, 2025··
Updated phpstan to v2.1 (#4430)
* Updated phpstan to v2 * rector * update docs - see phpstan/phpdoc-parser#256 * phpstan/phpmd * updated to phpstan v2.1
1 parent d9e63b6 commit db20784

File tree

127 files changed

+3780
-2012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3780
-2012
lines changed
 

‎.phpstan.dist.baseline.neon

+3,510-1,742
Large diffs are not rendered by default.

‎app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid/Renderer/Ip.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class Mage_Adminhtml_Block_Customer_Online_Grid_Renderer_Ip extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
2424
{
2525
/**
26-
* @SuppressWarnings(PHPMD.ErrorControlOperator)
26+
* @SuppressWarnings("PHPMD.ErrorControlOperator")
2727
*/
2828
public function render(Varien_Object $row)
2929
{

0 commit comments

Comments
 (0)