1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Applied stylci advisories

This commit is contained in:
Dan Brown
2021-08-24 21:23:55 +01:00
parent 610ee2c182
commit 4400ad7e8d
4 changed files with 10 additions and 14 deletions

View File

@ -40,4 +40,4 @@ class CustomListItemRenderer implements BlockRendererInterface
return $firstChild instanceof Paragraph && $firstChild->firstChild() instanceof TaskListItemMarker;
}
}
}