Skip to content

Commit ee691d4

Browse files
committed
Update PHP documentation (up to 7.0.10)
1 parent 17548cf commit ee691d4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

assets/stylesheets/pages/_php.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@
2929

3030
div.warning { @extend %note, %note-red; }
3131
div.tip { @extend %note, %note-green; }
32+
33+
strong > code, dt > code { @extend %label; }
3234
}

lib/docs/scrapers/php.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Php < FileScraper
44

55
self.name = 'PHP'
66
self.type = 'php'
7-
self.release = 'up to 7.0.8'
7+
self.release = 'up to 7.0.10'
88
self.base_url = 'https://secure.php.net/manual/en/'
99
self.root_path = 'index.html'
1010
self.initial_paths = %w(

0 commit comments

Comments
 (0)