mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update PHP documentation (5.6.13)
This commit is contained in:
parent
c7c1532d75
commit
dcc4391a97
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Php < FileScraper
|
||||
self.name = 'PHP'
|
||||
self.type = 'php'
|
||||
self.version = 'up to 5.6.6'
|
||||
self.version = 'up to 5.6.13'
|
||||
self.base_url = 'http://www.php.net/manual/en/'
|
||||
self.root_path = 'index.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue