Passed
Branch master (b0d099)
by Markus
03:49
created
lib/SSpkS/Output/JsonOutput.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Checks if $obj contains $property and if not, returns $alternative.
31 31
      *
32
-     * @param object $obj Object to check
32
+     * @param \SSpkS\Package\Package $obj Object to check
33 33
      * @param string $property Property to check for
34 34
      * @param mixed $alternative Alternative to return if key not found
35 35
      * @return mixed Value from $obj->$property or $alternative
Please login to merge, or discard this patch.