Skip to content

Commit

Permalink
Fix new CS violations
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Nov 29, 2024
1 parent 88c1c63 commit 1197aba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/View/Helper/FlashMessenger.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public function render($namespace = 'default', array $classes = [], $autoEscape
* Render Current Messages
*
* @param string $namespace
* @param array $classes
* @param bool|null $autoEscape
* @return string
*/
Expand Down
3 changes: 0 additions & 3 deletions src/View/Helper/FlashMessengerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ private function createHelperWithActualConfig($flashMessenger, $configHelper)
return $helper;
}

/**
* @param array $array
*/
private function isArrayOneDimensional(array $array): bool
{
/** @var mixed $property */
Expand Down

0 comments on commit 1197aba

Please sign in to comment.