Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
visitors
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
visitors
Merge requests
!123
Issue
#3450689
by bluegeek9: Test: RuntimeException: Unable to complete AJAX request
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3450689
by bluegeek9: Test: RuntimeException: Unable to complete AJAX request
issue/visitors-3450689:3450689-test-runtimeexception-unable
into
8.x-2.x
Overview
0
Commits
22
Pipelines
23
Changes
36
Merged
Steven Ayers
requested to merge
issue/visitors-3450689:3450689-test-runtimeexception-unable
into
8.x-2.x
1 year ago
Overview
0
Commits
22
Pipelines
23
Changes
36
Expand
Closes
#3450689
0
0
Merge request reports
Compare
8.x-2.x
version 22
9bc03c17
1 year ago
version 21
55c68a18
1 year ago
version 20
e34aa682
1 year ago
version 19
df1b2a09
1 year ago
version 18
b3381889
1 year ago
version 17
287e8add
1 year ago
version 16
01306e37
1 year ago
version 15
e107a856
1 year ago
version 14
693cd2cd
1 year ago
version 13
39baaa20
1 year ago
version 12
66b66fa0
1 year ago
version 11
ea223bba
1 year ago
version 10
a934d498
1 year ago
version 9
002c8a02
1 year ago
version 8
e1989c1d
1 year ago
version 7
53917de1
1 year ago
version 6
988207fa
1 year ago
version 5
d459c03f
1 year ago
version 4
a72c5e32
1 year ago
version 3
1dcba9a6
1 year ago
version 2
e1817dce
1 year ago
version 1
bc9fe2df
1 year ago
8.x-2.x (base)
and
latest version
latest version
9bc03c17
22 commits,
1 year ago
version 22
9bc03c17
22 commits,
1 year ago
version 21
55c68a18
21 commits,
1 year ago
version 20
e34aa682
20 commits,
1 year ago
version 19
df1b2a09
19 commits,
1 year ago
version 18
b3381889
18 commits,
1 year ago
version 17
287e8add
17 commits,
1 year ago
version 16
01306e37
16 commits,
1 year ago
version 15
e107a856
15 commits,
1 year ago
version 14
693cd2cd
14 commits,
1 year ago
version 13
39baaa20
13 commits,
1 year ago
version 12
66b66fa0
12 commits,
1 year ago
version 11
ea223bba
11 commits,
1 year ago
version 10
a934d498
10 commits,
1 year ago
version 9
002c8a02
9 commits,
1 year ago
version 8
e1989c1d
8 commits,
1 year ago
version 7
53917de1
7 commits,
1 year ago
version 6
988207fa
6 commits,
1 year ago
version 5
d459c03f
5 commits,
1 year ago
version 4
a72c5e32
4 commits,
1 year ago
version 3
1dcba9a6
3 commits,
1 year ago
version 2
e1817dce
2 commits,
1 year ago
version 1
bc9fe2df
1 commit,
1 year ago
36 files
+
94
−
214
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
36
Search (e.g. *.vue) (Ctrl+P)
src/Controller/Report/DaysOfMonth.php
+
1
−
6
Options
@@ -58,12 +58,7 @@ final class DaysOfMonth extends ControllerBase {
* @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
* The string translation service.
*/
public
function
__construct
(
DateFormatterInterface
$date_formatter
,
FormBuilderInterface
$form_builder
,
VisitorsReportInterface
$report_service
,
TranslationInterface
$string_translation
,
)
{
public
function
__construct
(
DateFormatterInterface
$date_formatter
,
FormBuilderInterface
$form_builder
,
VisitorsReportInterface
$report_service
,
TranslationInterface
$string_translation
)
{
$this
->
date
=
$date_formatter
;
$this
->
formBuilder
=
$form_builder
;
Loading