Completed
Push — master ( 0d24ec...453f14 )
by Ma
06:01 queued 03:41
created
src/Monitor/Notification/NotificationMgr.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 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
     {
Please login to merge, or discard this patch.
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/Client/Http/Http.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
      * Setting curl query
32 32
      *
33 33
      * @access public
34
-     * @param  string $url   api url
35 34
      * @param  array  $query
36 35
      */
37 36
     public function setQuery($query)
Please login to merge, or discard this patch.