Completed
Push — dev ( 896128...070006 )
by Андрей
02:25
created
src/EntityManager/OrmEntityLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @param string $id
53 53
      *
54
-     * @return bool
54
+     * @return boolean|null
55 55
      */
56 56
     public function get($id)
57 57
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @param string $id
64 64
      *
65
-     * @return mixed
65
+     * @return false|null
66 66
      */
67 67
     public function has($id)
68 68
     {
Please login to merge, or discard this patch.