Browse Source

Fix doxygen comment.

pull/375/head
Jordan Dukart 11 years ago
parent
commit
f856e41ee9
  1. 3
      tests/islandora_web_test_case.inc

3
tests/islandora_web_test_case.inc

@ -232,6 +232,9 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
* *
* @param string $hex * @param string $hex
* The hex value being converted. * The hex value being converted.
*
* @return bool|int
* FALSE or the integer value that is converted.
*/ */
public function convertHexToInt($hex) { public function convertHexToInt($hex) {

Loading…
Cancel
Save