Completed
Pull Request — master (#89)
by Tim
14:50
created
src/Observers/AbstractObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Return's the observer's subject instance.
69 69
      *
70
-     * @return object The observer's subject instance
70
+     * @return SubjectInterface The observer's subject instance
71 71
      */
72 72
     public function getSubject()
73 73
     {
Please login to merge, or discard this patch.
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1090,7 +1090,7 @@  discard block
 block discarded – undo
1090 1090
     /**
1091 1091
      * Return's the original data if available, or an empty array.
1092 1092
      *
1093
-     * @return array The original data
1093
+     * @return string The original data
1094 1094
      */
1095 1095
     public function getOriginalData()
1096 1096
     {
@@ -1181,7 +1181,7 @@  discard block
 block discarded – undo
1181 1181
      *
1182 1182
      * @param string $message The message to strip the exception suffix from
1183 1183
      *
1184
-     * @return mixed The message without the exception suffix
1184
+     * @return string The message without the exception suffix
1185 1185
      */
1186 1186
     public function stripExceptionSuffix($message)
1187 1187
     {
Please login to merge, or discard this patch.