Skip to content

Commit 8012d0b

Browse files
committed
Update code style for phpdocs
1 parent 50544fe commit 8012d0b

File tree

57 files changed

+57
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- '7.0'
111111
- '7.1'
112112
- '7.2'
113+
- '7.3'
113114
steps:
114115
- name: 'Checkout Code'
115116
uses: actions/checkout@v4

Command/EnumDropCommentCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DBAL/Types/AbstractEnumType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DBAL/Types/DayOfWeekFullNameType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DBAL/Types/DayOfWeekShortNameType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DBAL/Types/MonthFullNameType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DBAL/Types/MonthShortNameType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DependencyInjection/Compiler/RegisterEnumTypePass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

DependencyInjection/FreshDoctrineEnumExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

Exception/Constant/ConstantIsFoundInFewRegisteredEnumTypesException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshDoctrineEnumBundle.
45
*

0 commit comments

Comments
 (0)