Completed
Push — master ( 125cb7...051e1f )
by ARCANEDEV
06:57 queued 23s
created
src/ViewComposers/System/ServerRequirementsComposer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Check the PHP requirements.
51 51
      *
52
-     * @param  array  $requirements
52
+     * @param  string[]  $requirements
53 53
      *
54 54
      * @return \Illuminate\Support\Collection
55 55
      */
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Check the APACHE requirements.
67 67
      *
68
-     * @param  array  $requirements
68
+     * @param  string[]  $requirements
69 69
      *
70 70
      * @return \Illuminate\Support\Collection
71 71
      */
Please login to merge, or discard this patch.