We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57d130 commit ad8b81bCopy full SHA for ad8b81b
src/LanguageDetector/LanguageDetector.php
@@ -1,10 +1,22 @@
1
<?php
2
3
+/*
4
+ * This file is part of the LanguageDetector package.
5
+ *
6
+ * Copyright (c) landrok at github.com/landrok
7
8
+ * For the full copyright and license information, please see
9
+ * <https://github.com/landrok/language-detector/blob/master/LICENSE>.
10
+ */
11
+
12
namespace LanguageDetector;
13
14
use Exception;
15
use Webmozart\Assert\Assert;
16
17
+/**
18
+ * LanguageDetector is the entry point for the detecting process.
19
20
class LanguageDetector
21
{
22
/** @var array */
0 commit comments