Skip to content

Commit 5001371

Browse files
Merge pull request spatie#2 from spatie/code-review
code review
2 parents d836080 + a944bdd commit 5001371

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
/phpunit.xml.dist export-ignore
99
/.scrutinizer.yml export-ignore
1010
/tests export-ignore
11+
/generator export-ignore
12+
/generate.php export-ignore

.styleci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ linting: true
44

55
disabled:
66
- single_class_element_per_statement
7+
8+
finder:
9+
exclude:
10+
- "src"

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/schema-org.svg?style=flat-square)](https://packagist.org/packages/spatie/schema-org)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![Build Status](https://img.shields.io/travis/spatie/schema-org/master.svg?style=flat-square)](https://travis-ci.org/spatie/schema-org)
6-
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/xxxxxxxxx.svg?style=flat-square)](https://insight.sensiolabs.com/projects/xxxxxxxxx)
6+
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/3af8c447-6f45-40e8-86cf-744fefd5b080.svg?style=flat-square)](https://insight.sensiolabs.com/projects/3af8c447-6f45-40e8-86cf-744fefd5b080)
77
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/schema-org.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/schema-org)
8+
[![StyleCI](https://styleci.io/repos/74684096/shield?branch=master)](https://styleci.io/repos/74684096)
89
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/schema-org.svg?style=flat-square)](https://packagist.org/packages/spatie/schema-org)
910

1011
`spatie/schema-org` provides a fluent builder for **all** Schema.org types and their properties. The code in `src` is generated from Schema.org's [RFDa standards file](https://github.com/schemaorg/schemaorg/blob/sdo-callisto/data/schema.rdfa), so it provides objects and methods for the entire core vocabulary. The classes and methods are also fully documented as a quick reference.

config/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)