File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
tests/Unit/CSSList/Fixtures Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ protected function allRuleSets(array &$aResult)
71
71
*
72
72
* @see RuleSet->getRules()
73
73
*/
74
- public function getAllValues ($ element = null , bool $ searchInFunctionArguments = false ): array
74
+ public function getAllValues ($ element = null , $ searchInFunctionArguments = false )
75
75
{
76
76
$ searchString = null ;
77
77
if ($ element === null ) {
Original file line number Diff line number Diff line change 9
9
10
10
final class ConcreteCSSBlockList extends CSSBlockList
11
11
{
12
- public function isRootList (): bool
12
+ /**
13
+ * @return never
14
+ */
15
+ public function isRootList ()
13
16
{
14
17
throw new \BadMethodCallException ('Not implemented ' , 1740395831 );
15
18
}
16
19
17
- public function render (OutputFormat $ outputFormat ): string
20
+ /**
21
+ * @param OutputFormat|null $outputFormat
22
+ *
23
+ * @return never
24
+ */
25
+ public function render ($ outputFormat )
18
26
{
19
27
throw new \BadMethodCallException ('Not implemented ' , 1740395836 );
20
28
}
You can’t perform that action at this time.
0 commit comments