Skip to content

Commit f72733e

Browse files
committed
Clean up
1 parent 99f39d1 commit f72733e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/google_maps_geocode_address.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use \Curl\Curl;
55

6-
76
$address = 'Paris, France';
87
$curl = new Curl();
98
$curl->get('http://maps.googleapis.com/maps/api/geocode/json', array(

examples/youtube_list_playlist_videos.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
use \Curl\Curl;
55

6-
76
define('YOUTUBE_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
87

98
$playlistId = 'RDHJb0VYVtaNc';

0 commit comments

Comments
 (0)