Completed
Push — master ( 89ca96...62e54a )
by Jeroen
07:51
created
src/Activity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	/**
30 30
 	 * Let Eloquent only use the created_at column.
31 31
 	 *
32
-	 * @return array
32
+	 * @return string[]
33 33
 	 */
34 34
 	public function getDates()
35 35
 	{
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.