<script src="{{ asset('bundles/wallabagcore/themes/_global/js/annotator.min.js') }}"></script>
{% endblock %}
- <title>{% block title %}{% endblock %}</title>
+ <title>wallabag - {% block title %}{% endblock %}</title>
{% endblock %}
</head>
$this->em
->expects($this->any())
->method('persist')
- ->with($this->callback(function($persistedEntry) {
+ ->with($this->callback(function ($persistedEntry) {
return $persistedEntry->isArchived();
}));
$this->em
->expects($this->any())
->method('persist')
- ->with($this->callback(function($persistedEntry) {
+ ->with($this->callback(function ($persistedEntry) {
return $persistedEntry->isArchived();
}));
$this->em
->expects($this->any())
->method('persist')
- ->with($this->callback(function($persistedEntry) {
+ ->with($this->callback(function ($persistedEntry) {
return $persistedEntry->isArchived();
}));