Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Updated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
web committed Jan 4, 2017
1 parent 0c1c5d4 commit 7394623
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/PelEntryVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ class PelEntryVersion extends PelEntryUndefined
/**
* Make a new entry for holding a version.
*
* @param
* PelTag the tag. This should be one of {@link
* @param integer $tag
* This should be one of {@link
* PelTag::EXIF_VERSION}, {@link PelTag::FLASH_PIX_VERSION},
* or {@link PelTag::INTEROPERABILITY_VERSION}.
*
* @param
* float the version. The size of the entries leave room for
* @param float $version
* The size of the entries leave room for
* exactly four digits: two digits on either side of the decimal
* point.
*/
Expand All @@ -97,8 +97,8 @@ public function __construct($tag, $version = 0.0)
/**
* Set the version held by this entry.
*
* @param
* float the version. The size of the entries leave room for
* @param float $version
* The size of the entries leave room for
* exactly four digits: two digits on either side of the decimal
* point.
*/
Expand All @@ -113,7 +113,7 @@ public function setValue($version = 0.0)
/**
* Return the version held by this entry.
*
* @return float the version. This will be the same as the value
* @return float This will be the same as the value
* given to {@link setValue} or {@link __construct the
* constructor}.
*/
Expand All @@ -126,7 +126,7 @@ public function getValue()
* Return a text string with the version.
*
* @param
* boolean controls if the output should be brief. Brief
* boolean $brief controls if the output should be brief. Brief
* output omits the word 'Version' so the result is just 'Exif x.y'
* instead of 'Exif Version x.y' if the entry holds information
* about the Exif version --- the output for FlashPix is similar.
Expand Down

0 comments on commit 7394623

Please sign in to comment.