Completed
Push — master ( 048a96...6b890d )
by Ma
02:22
created
src/Monitor/Notification/Trigger/Comparator/Strategy/Context.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Use strategy to compare trigger value
30 30
      *
31
-     * @param Monitor\Model\Trigger $trigger
31
+     * @param Trigger $trigger
32 32
      * @param array $serverData
33 33
      * @param \Doctrine\ORM\EntityRepository $serviceRepository
34 34
      * @param \Monitor\Utils\PercentageHelper $percentageHelper
Please login to merge, or discard this patch.
src/Monitor/Notification/NotificationMgr.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      * @access private
70 70
      * @param  Trigger $trigger
71 71
      * @param  array   $serverData
72
-     * @return \Monitor\Notification\Notification
72
+     * @return Notification|null
73 73
      */
74 74
     public function prepareNotification(Trigger $trigger, array $serverData)
75 75
     {
@@ -87,6 +87,7 @@  discard block
 block discarded – undo
87 87
      * @access private
88 88
      * @param  int $triggerId
89 89
      * @param  int $serverId
90
+     * @param integer $msDelay
90 91
      * @return boolean
91 92
      */
92 93
     public function hasNotificationDelayExpired($triggerId, $serverId, $msDelay)
Please login to merge, or discard this patch.