From bd00a2abf0c7f03f18ca6e9d3121921ed0e13596 Mon Sep 17 00:00:00 2001 From: KUBO Atsuhiro Date: Sun, 12 Jul 2015 00:21:29 +0900 Subject: [PATCH] add missing @since tags #44 --- src/Notification/Notifier.php | 1 + src/Util/OS.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Notification/Notifier.php b/src/Notification/Notifier.php index e9f83ebe..828c56d5 100644 --- a/src/Notification/Notifier.php +++ b/src/Notification/Notifier.php @@ -177,6 +177,7 @@ protected function executeNotifyCommand($command) /** * @return boolean + * @since Method available since Release 4.1.0 */ protected function hasGrowl() { diff --git a/src/Util/OS.php b/src/Util/OS.php index 88033008..d2efe0b3 100644 --- a/src/Util/OS.php +++ b/src/Util/OS.php @@ -80,6 +80,7 @@ public function isDarwin() /** * @return boolean + * @since Method available since Release 4.1.0 */ public function isAfterMarvericks() {