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 7de9f04 + a9aef16 commit f9c787c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ APP_BUILD=dev
# The description for this api
APP_DESCRIPTION='Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.'


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

Expand Down Expand Up @@ -72,7 +71,7 @@ CONTAINER_REPRO=https://hub.docker.com/repository/docker/conduction/bs-php
##################################################

NOTIFICATION_ENABLED=falsedxfddxf
NOTIFICATION_PROVIDER=sasdasd
NOTIFICATION_PROVIDER=sasdasdasd
NOTIFICATION_ENABLED_AUTHORIZATION=sasd

##################################################
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
1 change: 1 addition & 0 deletions openapi.yaml
1 change: 1 addition & 0 deletions publiccode.yaml

0 comments on commit f9c787c

Please sign in to comment.