Commit f35eec85 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

refactoring

parent 43479837
Loading
Loading
Loading
Loading

public/text.txt

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Раз, два, три, четыре,
Пять, шесть, семь, восемь.
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ class Functions
     * @return array
     */

    public function uniqElements(array $array): array {
    public function uniqElements(array $array): array 
    {
        return array_unique($array, SORT_REGULAR);
    }