Completed
Push — develop ( ff52c2...0a5f38 )
by Michael
9s
created
src/Model/ZoneInfo.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Returns a UNIX timestamp.
90 90
      *
91
-     * @return int|null
91
+     * @return integer
92 92
      */
93 93
     public function getTimestamp()
94 94
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Returns the UTC offset for this TimeZone.
100 100
      *
101
-     * @return int|null
101
+     * @return integer
102 102
      */
103 103
     public function getUtcOffset()
104 104
     {
Please login to merge, or discard this patch.