Completed
Pull Request — master (#51)
by Tim
09:44
created
src/Callbacks/MultiselectCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @param string $attributeCode  The code of the attribute the passed value is for
44 44
      * @param mixed  $attributeValue The value to handle
45 45
      *
46
-     * @return mixed|null The modified value
46
+     * @return null|string The modified value
47 47
      * @see \TechDivision\Import\Callbacks\CallbackInterface::handle()
48 48
      */
49 49
     public function handle($attributeCode, $attributeValue)
Please login to merge, or discard this patch.
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1139,7 +1139,7 @@
 block discarded – undo
1139 1139
      *
1140 1140
      * @param string $message The message to strip the exception suffix from
1141 1141
      *
1142
-     * @return mixed The message without the exception suffix
1142
+     * @return string The message without the exception suffix
1143 1143
      */
1144 1144
     public function stripExceptionSuffix($message)
1145 1145
     {
Please login to merge, or discard this patch.