Skip to content

Commit a45a82d

Browse files
Merge pull request #292 from TheDragonCode/6.x
Fixed Uninitialized string offset 0
2 parents 0871a4c + ee5d7ae commit a45a82d

Some content is hidden

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

47 files changed

+61
-1
lines changed

src/Concerns/Castable.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 "dragon-code/support" project.
45
*

src/Concerns/Makeable.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 "dragon-code/support" project.
45
*

src/Concerns/Resolvable.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 "dragon-code/support" project.
45
*

src/Concerns/Validation.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 "dragon-code/support" project.
45
*

src/Exceptions/DirectoryNotFoundException.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 "dragon-code/support" project.
45
*

src/Exceptions/FileNotFoundException.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 "dragon-code/support" project.
45
*

src/Exceptions/ForbiddenVariableTypeException.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 "dragon-code/support" project.
45
*

src/Exceptions/NotValidUrlException.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 "dragon-code/support" project.
45
*

src/Exceptions/UnknownStubFileException.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 "dragon-code/support" project.
45
*

src/Exceptions/UnknownUrlComponentIndexException.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 "dragon-code/support" project.
45
*

0 commit comments

Comments
 (0)