Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 21, 2020
2 parents 74c1d43 + a9aef16 commit a850dfc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ APP_BUILD=dev
# The description for this api
APP_DESCRIPTION='This component provides a products and services catalogue that can be used by a order component in order to provide the products in the orders with better details. The design considerations are given in [DESIGN.md](https://github.com/ConductionNL/productenendienstencatalogus/blob/master/DESIGN.md) and [DESIGN-PDC.md](https://github.com/ConductionNL/productenendienstencatalogus/blob/master/DESIGN-PDC.md)'


APP_LOGO=pc.zaakonline.nl
APP_HOME=pc.zaakonline.nl

Expand Down
2 changes: 1 addition & 1 deletion api/src/Swagger/SwaggerDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ private function getAdditionalEntityDocs($entity)
$groups = $propertyAnnotation->getGroups();
break;

// Constrainds (Validation)
// Constrainds (Validation)
case "Assert\Date":
$atributes['type'] = 'string';
$atributes['format'] = 'date';
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
# - db-data:/var/lib/postgresql/data:rw

db:
image: mysql:5.6
image: mysql:5.7
restart: always
environment:
- MYSQL_ROOT_PASSWORD=example
Expand Down
1 change: 1 addition & 0 deletions openapi.yaml
1 change: 1 addition & 0 deletions publiccode.yaml

0 comments on commit a850dfc

Please sign in to comment.