Passed
Push — master ( 749b16...167cfa )
by Gabor
04:47
created
src/WebHemi/Data/Storage/AbstractDataStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      * Saves data.
100 100
      *
101 101
      * @param DataEntityInterface &$entity
102
-     * @return mixed The ID of the saved entity in the storage
102
+     * @return integer The ID of the saved entity in the storage
103 103
      */
104 104
     public function saveEntity(DataEntityInterface&$entity)
105 105
     {
Please login to merge, or discard this patch.