diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 17:43:25 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 17:43:25 +0000 |
commit | 0f62a7a31cc60440e682496b538db3e2e20fefe6 (patch) | |
tree | 55f6e8553c2b903153b1f5429d5418b15439181d | |
parent | ae341ca0d7e66ad6509fd6b512ae4ba6e5cddc3d (diff) | |
download | zetacomponents-graph-0f62a7a31cc60440e682496b538db3e2e20fefe6.zip zetacomponents-graph-0f62a7a31cc60440e682496b538db3e2e20fefe6.tar.gz |
- Fixed docblocks
-rw-r--r-- | src/math/matrix.php | 2 | ||||
-rw-r--r-- | src/math/transformation.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/math/matrix.php b/src/math/matrix.php index ca33be0..30d5ad6 100644 --- a/src/math/matrix.php +++ b/src/math/matrix.php @@ -292,7 +292,7 @@ class ezcGraphMatrix * matrix. * * @param ezcGraphMatrix $matrix Second factor - * @returns ezcGraphMatrix Result matrix + * @return ezcGraphMatrix Result matrix */ public function multiply( ezcGraphMatrix $matrix ) { diff --git a/src/math/transformation.php b/src/math/transformation.php index cddec68..642684b 100644 --- a/src/math/transformation.php +++ b/src/math/transformation.php @@ -41,7 +41,7 @@ class ezcGraphTransformation extends ezcGraphMatrix * matrix. * * @param ezcGraphMatrix $matrix Second factor - * @returns ezcGraphMatrix Result matrix + * @return ezcGraphMatrix Result matrix */ public function multiply( ezcGraphMatrix $matrix ) { |