Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix use statement to render proper class flags #92

Merged

Conversation

andrewandante
Copy link
Contributor

Fixes #84

williamdes added a commit to code-lts/doctum that referenced this pull request Dec 21, 2020
@@ -80,6 +80,7 @@
{% endblock %}

{% block class_signature -%}
{% if class.final %}final {% endif %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did see your change, but please always check that this is not an upstream bug ;)

Fixed as: code-lts/doctum@4fae085
Confirmed on https://develdocs.phpmyadmin.net/phpmyadmin/PhpMyAdmin/DbTableExists.html

@andrewandante andrewandante merged commit 84e36fe into silverstripe:master Jan 4, 2021
@andrewandante andrewandante deleted the bugfix/abstract_classes branch January 4, 2021 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abstract classes are not highlighted as being abstract
2 participants