Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d2436b9

Browse files
update classes
1 parent a88ba4e commit d2436b9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/DeepLException.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
namespace BabyMarkt\DeepL;
44

5+
/**
6+
* Class DeepLException
7+
*
8+
* @package BabyMarkt\DeepL
9+
*/
510
class DeepLException extends \Exception
611
{
7-
// foo
12+
// to be continued ..
813
}

tests/DeepLTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
namespace BabyMarkt\DeepL;
44

5+
/**
6+
* Class DeepLTest
7+
*
8+
* @package BabyMarkt\DeepL
9+
*/
510
class DeepLTest extends \PHPUnit_Framework_TestCase
611
{
712
/**

0 commit comments

Comments
 (0)