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)
7171 *
7272 * @see RuleSet->getRules()
7373 */
74- public function getAllValues ($ element = null , bool $ searchInFunctionArguments = false ): array
74+ public function getAllValues ($ element = null , $ searchInFunctionArguments = false )
7575 {
7676 $ searchString = null ;
7777 if ($ element === null ) {
Original file line number Diff line number Diff line change 99
1010final class ConcreteCSSBlockList extends CSSBlockList
1111{
12- public function isRootList (): bool
12+ /**
13+ * @return never
14+ */
15+ public function isRootList ()
1316 {
1417 throw new \BadMethodCallException ('Not implemented ' , 1740395831 );
1518 }
1619
17- public function render (OutputFormat $ outputFormat ): string
20+ /**
21+ * @param OutputFormat|null $outputFormat
22+ *
23+ * @return never
24+ */
25+ public function render ($ outputFormat )
1826 {
1927 throw new \BadMethodCallException ('Not implemented ' , 1740395836 );
2028 }
You can’t perform that action at this time.
0 commit comments