Completed
Push — master ( 62e54a...b88957 )
by Jeroen
30s
created
src/Activity.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
      * Let Eloquent only use the created_at column.
30 30
      *
31
-     * @return array
31
+     * @return string[]
32 32
      */
33 33
     public function getDates()
34 34
     {
Please login to merge, or discard this patch.
src/ActivityLoggerServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Get the services provided by the provider.
44 44
      *
45
-     * @return array
45
+     * @return string[]
46 46
      */
47 47
     public function provides()
48 48
     {
Please login to merge, or discard this patch.