@@ -91,6 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | /** |
93 | 93 | * Is a type format known? |
94 | + * @param string $name |
|
94 | 95 | * @return bool |
95 | 96 | */ |
96 | 97 | public function hasFormat($name) |
@@ -100,6 +101,7 @@ discard block |
||
100 | 101 | |
101 | 102 | /** |
102 | 103 | * Get the type class name |
104 | + * @param string $name |
|
103 | 105 | * @return null|string |
104 | 106 | */ |
105 | 107 | public function getFormat($name) |