diff --git a/mock-guide/english/git/git-hosting/index.md b/mock-guide/english/git/git-hosting/index.md index 2e100d88b2..4024f6f758 100644 --- a/mock-guide/english/git/git-hosting/index.md +++ b/mock-guide/english/git/git-hosting/index.md @@ -3,11 +3,28 @@ title: Git hosting --- ## Git hosting -This is a stub. Help our community expand it. - -This quick style guide will help ensure your pull request gets accepted. - +PHP supports ten primitive types. + +Four scalar types: +* boolean +* integer +* float (floating-point number, aka double) +* string + +Four compound types: +* array +* object +* callable +* iterable + +And finally two special types: +* resource +* NULL + + #### More Information: + +[PHP Manual](http://php.net/manual/en/language.types.intro.php)