Skip to content

Commit

Permalink
BFN/phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 16, 2016
1 parent 5be470a commit b4571e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions framework/Image/lib/Horde/Image/Exif/Bundled.php
Expand Up @@ -866,10 +866,12 @@ protected function _formatData($type, $tag, $intel, $data)
}

/**
* Look up the data type.
*
* @param $type
* @param string The string representation of the hex type code.
*
* @return unknown_type
* @return array An array containing the string type name in the 0 index
* and the integer size in the 1 index.
*/
protected function _lookupType($type)
{
Expand Down
8 changes: 5 additions & 3 deletions framework/Image/lib/Horde/Image/Exif/Parser/Base.php
Expand Up @@ -21,10 +21,12 @@
class Horde_Image_Exif_Parser_Base
{
/**
* Look up the data type.
*
* @param $type
* @param $size
* @return unknown_type
* @param string The string representation of the hex type code.
*
* @return array An array containing the string type name in the 0 index
* and the integer size in the 1 index.
*/
protected function _lookupType($type)
{
Expand Down
4 changes: 2 additions & 2 deletions framework/Image/package.xml
Expand Up @@ -34,7 +34,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Fix for PHP 7.1.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1170,7 +1170,7 @@ Initial release as a PEAR package
<date>2016-02-01</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Fix for PHP 7.1.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit b4571e4

Please sign in to comment.