add spaces between =>

This commit is contained in:
Alexis CHEMEL 2016-12-06 02:17:10 +01:00
parent baa9a7e145
commit a73ce0e450
62 changed files with 854 additions and 854 deletions

View File

@ -17,7 +17,7 @@ class GoogleSearchBridge extends BridgeAbstract
const PARAMETERS = array( array(
'q' => array(
'name'=>"keyword",
'name' "" =>keyword",
'required' =>true
)
));

View File

@ -25,14 +25,14 @@ class YoutubeBridge extends BridgeAbstract
'By channel id' => array(
'c' => array(
'name' => 'channel id',
'exampleValue'=>"15",
'exampleValue' "" =>15",
'required' =>true
)
),
'By playlist Id' => array(
'p' => array(
'name' => 'playlist id',
'exampleValue'=>"15"
'exampleValue' "" =>15"
)
),
'Search result' => array(