fixed CS
parent
7bbe60459f
commit
20ae7efa2b
|
@ -222,7 +222,8 @@
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "URL to the sources"
|
"description": "URL to the sources",
|
||||||
|
"format": "uri"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ class ArrayDumper
|
||||||
'keywords',
|
'keywords',
|
||||||
'autoload',
|
'autoload',
|
||||||
'repositories',
|
'repositories',
|
||||||
'support'
|
'support',
|
||||||
);
|
);
|
||||||
|
|
||||||
$data = array();
|
$data = array();
|
||||||
|
|
Loading…
Reference in New Issue