Completed
Push — master ( e4fbc1...9a5dbc )
by Joni
03:42
created
lib/X501/ASN1/Attribute.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@  discard block
 block discarded – undo
31 31
 	 *
32 32
 	 * @param AttributeType $type Attribute type
33 33
 	 * @param AttributeValue ...$values Attribute values
34
+	 * @param AttributeValue[] $values
34 35
 	 */
35 36
 	public function __construct(AttributeType $type, AttributeValue ...$values) {
36 37
 		// check that attribute values have correct oid
@@ -64,6 +65,7 @@  discard block
 block discarded – undo
64 65
 	 * Convenience method to initialize from attribute values.
65 66
 	 *
66 67
 	 * @param AttributeValue ...$values One or more values
68
+	 * @param AttributeValue[] $values
67 69
 	 * @throws \LogicException
68 70
 	 * @return self
69 71
 	 */
Please login to merge, or discard this patch.
lib/X501/DN/DNParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@
 block discarded – undo
327 327
 	 *
328 328
 	 * @param string $pattern
329 329
 	 * @param int $offset
330
-	 * @return string|null Null if pattern doesn't match
330
+	 * @return string Null if pattern doesn't match
331 331
 	 */
332 332
 	private function _regexMatch($pattern, &$offset) {
333 333
 		$idx = $offset;
Please login to merge, or discard this patch.