Skip to content

Commit 795677c

Browse files
some CRLF fixes
1 parent bc9561b commit 795677c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/Detector/VideoDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ public function parse($url)
103103
}
104104

105105
}
106+

src/Exception/DuplicatedServiceNameException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
class DuplicatedServiceNameException extends Exception
1515
{
1616

17-
}
17+
}

src/Exception/InvalidThumbnailSizeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
class InvalidThumbnailSizeException extends Exception
1515
{
1616

17-
}
17+
}

src/Exception/ServiceNotAvailableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
class ServiceNotAvailableException extends Exception
1515
{
1616

17-
}
17+
}

0 commit comments

Comments
 (0)