Completed
Push — master ( 4142c5...662dc7 )
by Tim
12s
created
src/Subjects/AbstractEavSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use TechDivision\Import\Utils\MemberNames;
24 24
 use TechDivision\Import\Utils\RegistryKeys;
25
-use TechDivision\Import\Utils\FrontendInputTypes;
26 25
 
27 26
 /**
28 27
  * An abstract EAV subject implementation.
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
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
      * @param mixed|null    $default  The default value, that has to be returned, if the row's value is empty
377 377
      * @param callable|null $callback The callback that has to be invoked on the value, e. g. to format it
378 378
      *
379
-     * @return mixed|null The, almost formatted, value
379
+     * @return string The, almost formatted, value
380 380
      */
381 381
     public function getValue($name, $default = null, callable $callback = null)
382 382
     {
@@ -1274,7 +1274,7 @@  discard block
 block discarded – undo
1274 1274
      *
1275 1275
      * @param string $message The message to strip the exception suffix from
1276 1276
      *
1277
-     * @return mixed The message without the exception suffix
1277
+     * @return string The message without the exception suffix
1278 1278
      */
1279 1279
     public function stripExceptionSuffix($message)
1280 1280
     {
Please login to merge, or discard this patch.