diff --git a/.phpcs.xml b/.phpcs.xml index 85445bc..4b2e522 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -29,7 +29,9 @@ - + + + diff --git a/ast-template-view.php b/ast-template-view.php index f549b92..5033e9f 100644 --- a/ast-template-view.php +++ b/ast-template-view.php @@ -7,13 +7,11 @@ * Author: Mirek Długosz * Author URI: https://mirekdlugosz.com/ * Text Domain: associationforsoftwaretesting - * Update URI: false + * Update URI: https://github.com/mirekdlugosz/ast-template-view/ * * @package AssociationForSoftwareTesting\TemplateView */ -// FIXME: Update URI. - const PAGE_TEMPLATE_META_KEY = 'ast_page_is_template'; const VIEWS_QUERY_VAR = 'ast_custom_filter';