Completed
Pull Request — master (#101)
by Tim
02:50
created
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -827,7 +827,7 @@  discard block
 block discarded – undo
827 827
     /**
828 828
      * Return's the default store view code.
829 829
      *
830
-     * @return array The default store view code
830
+     * @return string|null The default store view code
831 831
      */
832 832
     public function getDefaultStoreViewCode()
833 833
     {
@@ -1079,7 +1079,7 @@  discard block
 block discarded – undo
1079 1079
     /**
1080 1080
      * Return's the original data if available, or an empty array.
1081 1081
      *
1082
-     * @return array The original data
1082
+     * @return string The original data
1083 1083
      */
1084 1084
     public function getOriginalData()
1085 1085
     {
@@ -1170,7 +1170,7 @@  discard block
 block discarded – undo
1170 1170
      *
1171 1171
      * @param string $message The message to strip the exception suffix from
1172 1172
      *
1173
-     * @return mixed The message without the exception suffix
1173
+     * @return string The message without the exception suffix
1174 1174
      */
1175 1175
     public function stripExceptionSuffix($message)
1176 1176
     {
Please login to merge, or discard this patch.