NUKnightLab / TimelineJS-Wordpress-Plugin

A simple shortcode plugin to add the Timeline to Wordpress
Other
207 stars 50 forks source link

Format code to PHPCS standards and fix some errors found #45

Closed paulschreiber closed 1 year ago

paulschreiber commented 1 year ago

Description

Format plugin code to PHPCS standards.

Fixes these errors:

Formatting/linting

run composer install once and ./vendor/bin/phpcfto format and ./vendor/bin/phpcs to lint.

JoeGermuska commented 1 year ago

thank you!