Skip to content

Commit 7c7afca

Browse files
committed
Updated API for commit 7ae2c3b1433001db2577c4ef39db315d6693e91e
1 parent a7c50cf commit 7c7afca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/classes/CodeIgniter-Images-Image.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,14 @@ <h4 id="toc-properties">
339339
<dt class="phpdocumentor-table-of-contents__entry -property -public">
340340
<a class="" href="classes/CodeIgniter-Images-Image.html#property_origHeight">$origHeight</a>
341341
<span>
342-
&nbsp;: float|int </span>
342+
&nbsp;: int </span>
343343
</dt>
344344
<dd>The original image height in pixels.</dd>
345345

346346
<dt class="phpdocumentor-table-of-contents__entry -property -public">
347347
<a class="" href="classes/CodeIgniter-Images-Image.html#property_origWidth">$origWidth</a>
348348
<span>
349-
&nbsp;: float|int </span>
349+
&nbsp;: int </span>
350350
</dt>
351351
<dd>The original image width in pixels.</dd>
352352

@@ -598,7 +598,7 @@ <h4 class="phpdocumentor-element__name" id="property_origHeight">
598598

599599
<code class="phpdocumentor-code phpdocumentor-signature ">
600600
<span class="phpdocumentor-signature__visibility">public</span>
601-
<span class="phpdocumentor-signature__type">float|int</span>
601+
<span class="phpdocumentor-signature__type">int</span>
602602
<span class="phpdocumentor-signature__name">$origHeight</span>
603603
</code>
604604

@@ -636,7 +636,7 @@ <h4 class="phpdocumentor-element__name" id="property_origWidth">
636636

637637
<code class="phpdocumentor-code phpdocumentor-signature ">
638638
<span class="phpdocumentor-signature__visibility">public</span>
639-
<span class="phpdocumentor-signature__type">float|int</span>
639+
<span class="phpdocumentor-signature__type">int</span>
640640
<span class="phpdocumentor-signature__name">$origWidth</span>
641641
</code>
642642

0 commit comments

Comments
 (0)