Skip to content

Commit 1197aba

Browse files
committed
Fix new CS violations
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 88c1c63 commit 1197aba

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/View/Helper/FlashMessenger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public function render($namespace = 'default', array $classes = [], $autoEscape
155155
* Render Current Messages
156156
*
157157
* @param string $namespace
158-
* @param array $classes
159158
* @param bool|null $autoEscape
160159
* @return string
161160
*/

src/View/Helper/FlashMessengerFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ private function createHelperWithActualConfig($flashMessenger, $configHelper)
115115
return $helper;
116116
}
117117

118-
/**
119-
* @param array $array
120-
*/
121118
private function isArrayOneDimensional(array $array): bool
122119
{
123120
/** @var mixed $property */

0 commit comments

Comments
 (0)