Skip to content

Commit

Permalink
PHP nightly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MewesK committed Apr 3, 2016
1 parent a00c3a2 commit c6abba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/twig_tags.rst
Expand Up @@ -62,7 +62,7 @@ Example
defaultStyle: {
font: {
name: 'Verdana',
size: '18'
size: 18.0
}
},
description: 'Test document',
Expand Down
2 changes: 1 addition & 1 deletion Tests/Resources/views/cellProperties.twig
Expand Up @@ -20,7 +20,7 @@
},
'style': {
'font': {
'size': '18'
'size': 18.0
}
},
'url': 'http://example.com/'
Expand Down
4 changes: 2 additions & 2 deletions Tests/Resources/views/documentProperties.twig
Expand Up @@ -5,7 +5,7 @@
'creator': 'Test creator',
'defaultStyle': {
'font': {
'size': '18'
'size': 18.0
}
},
'description': 'Test description',
Expand All @@ -25,4 +25,4 @@
} %}
{% xlssheet 'Test' %}
{% endxlssheet %}
{% endxlsdocument %}
{% endxlsdocument %}

0 comments on commit c6abba0

Please sign in to comment.