Completed
Pull Request — master (#13)
by
unknown
06:10
created
src/Preference/Command/GetPreference.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
      * Create a new GetPreference instance.
26 26
      *
27 27
      * @param      $key
28
-     * @param null $default
29 28
      */
30 29
     public function __construct($key)
31 30
     {
Please login to merge, or discard this patch.
src/Preference/PreferenceModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
     /**
136 136
      * Get the value attribute.
137 137
      *
138
-     * @return mixed
138
+     * @return null|string
139 139
      */
140 140
     protected function getValueAttribute()
141 141
     {
Please login to merge, or discard this patch.