Skip to content

Commit 038d06f

Browse files
committed
Add phpdoc headers on context files
Signed-off-by: William Desportes <[email protected]>
1 parent 9b130b3 commit 038d06f

10 files changed

+40
-0
lines changed

src/Contexts/ContextMariaDb100000.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MariaDB 10.0.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMariaDb100000 extends Context
2024
{

src/Contexts/ContextMariaDb100100.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MariaDB 10.1.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMariaDb100100 extends Context
2024
{

src/Contexts/ContextMariaDb100200.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MariaDB 10.2.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMariaDb100200 extends Context
2024
{

src/Contexts/ContextMariaDb100300.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MariaDB 10.3.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMariaDb100300 extends Context
2024
{

src/Contexts/ContextMySql50000.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 5.0.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql50000 extends Context
2024
{

src/Contexts/ContextMySql50100.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 5.1.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql50100 extends Context
2024
{

src/Contexts/ContextMySql50500.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 5.5.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql50500 extends Context
2024
{

src/Contexts/ContextMySql50600.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 5.6.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql50600 extends Context
2024
{

src/Contexts/ContextMySql50700.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 5.7.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql50700 extends Context
2024
{

src/Contexts/ContextMySql80000.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* Context for MySQL 8.0.
18+
*
19+
* @category Contexts
20+
*
21+
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
1822
*/
1923
class ContextMySql80000 extends Context
2024
{

0 commit comments

Comments
 (0)