Skip to content

Commit 30f975c

Browse files
committed
Fixes phpdocs
1 parent 83da286 commit 30f975c

23 files changed

+33
-32
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121

2222
"require-dev" : {
23-
"jbzoo/toolbox-dev" : "^2.4.0",
23+
"jbzoo/toolbox-dev" : "^2.4.3",
2424
"jbzoo/utils" : "^4.2.1"
2525
},
2626

src/Config/Area.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Area
20-
* @package JBZoo\SimpleTypes
19+
* Class Area
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Area extends Config
2323
{

src/Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* Class Config
22-
* @package JBZoo\SimpleTypes
22+
* @package JBZoo\SimpleTypes\Config
2323
*/
2424
abstract class Config
2525
{

src/Config/Degree.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Degree
20-
* @package JBZoo\SimpleTypes
19+
* Class Degree
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Degree extends Config
2323
{

src/Config/Info.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use JBZoo\SimpleTypes\Formatter;
1919

2020
/**
21-
* class Money
22-
* @package JBZoo\SimpleTypes
21+
* Class Info
22+
* @package JBZoo\SimpleTypes\Config
2323
*/
2424
class Info extends Config
2525
{

src/Config/Length.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Length
20-
* @package JBZoo\SimpleTypes
19+
* Class Length
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Length extends Config
2323
{

src/Config/Money.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use JBZoo\SimpleTypes\Formatter;
1919

2020
/**
21-
* class Money
22-
* @package JBZoo\SimpleTypes
21+
* Class Money
22+
* @package JBZoo\SimpleTypes\Config
2323
*/
2424
class Money extends Config
2525
{

src/Config/Temp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Temp
20-
* @package JBZoo\SimpleTypes
19+
* Class Temp
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Temp extends Config
2323
{

src/Config/Time.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Time
20-
* @package JBZoo\SimpleTypes
19+
* Class Time
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Time extends Config
2323
{

src/Config/Volume.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
namespace JBZoo\SimpleTypes\Config;
1717

1818
/**
19-
* class Volume
20-
* @package JBZoo\SimpleTypes
19+
* Class Volume
20+
* @package JBZoo\SimpleTypes\Config
2121
*/
2222
class Volume extends Config
2323
{

0 commit comments

Comments
 (0)