From 12f40865efae276baaacb9a66301dbf210626486 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Wed, 18 Jan 2017 20:21:30 +0000 Subject: [PATCH] Apply fixes from StyleCI (#19) [ci skip] [skip ci] --- src/Support/Wordpress.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Support/Wordpress.php b/src/Support/Wordpress.php index ebb3deb..46f87bd 100644 --- a/src/Support/Wordpress.php +++ b/src/Support/Wordpress.php @@ -38,6 +38,7 @@ class Wordpress * Check if the current page is a category page. * * @param array|string $categories categories to test for + * * @return bool */ public static function category($categories = '') -- libgit2 1.7.2