Completed
Pull Request — master (#16)
by
unknown
02:50 queued 33s
created
src/Notifications/EventHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         return app($notifiableClass);
53 53
     }
54 54
 
55
+    /**
56
+     * @return Event
57
+     */
55 58
     protected function determineNotification($event): ?BaseNotification
56 59
     {
57 60
         $eventName = class_basename($event);
Please login to merge, or discard this patch.
src/Commands/SyncFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $hostsInFile
80
+     * @param \Illuminate\Support\Collection $hostsInFile
81 81
      */
82 82
     protected function deleteMissingHosts($hostsInFile)
83 83
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param $hostsInFile
95
+     * @param \Illuminate\Support\Collection $hostsInFile
96 96
      */
97 97
     protected function updateOrCreateHosts($hostsInFile)
98 98
     {
Please login to merge, or discard this patch.