Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Dec 22, 2023
2 parents 01209e5 + 4cba4ba commit 5827adb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CloudflareCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
declare(strict_types=1);
namespace Yediyuz\CloudflareCache;

use Illuminate\Support\Arr;
use Yediyuz\CloudflareCache\Exceptions\CloudflareCacheRequestException;
use Yediyuz\CloudflareCache\Services\CloudflareServiceInterface;

class CloudflareCache implements CloudflareCacheInterface

Check failure on line 6 in src/CloudflareCache.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 | lowest

Non-abstract class Yediyuz\CloudflareCache\CloudflareCache contains abstract method purgeByHosts() from interface Yediyuz\CloudflareCache\CloudflareCacheInterface.

Check failure on line 6 in src/CloudflareCache.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 | lowest

Non-abstract class Yediyuz\CloudflareCache\CloudflareCache contains abstract method purgeByPrefixes() from interface Yediyuz\CloudflareCache\CloudflareCacheInterface.

Check failure on line 6 in src/CloudflareCache.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 | lowest

Non-abstract class Yediyuz\CloudflareCache\CloudflareCache contains abstract method purgeByTags() from interface Yediyuz\CloudflareCache\CloudflareCacheInterface.

Check failure on line 6 in src/CloudflareCache.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 | lowest

Non-abstract class Yediyuz\CloudflareCache\CloudflareCache contains abstract method purgeByUrls() from interface Yediyuz\CloudflareCache\CloudflareCacheInterface.

Check failure on line 6 in src/CloudflareCache.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 | lowest

Non-abstract class Yediyuz\CloudflareCache\CloudflareCache contains abstract method purgeEverything() from interface Yediyuz\CloudflareCache\CloudflareCacheInterface.
{
// The codes written by Emre Dipi will be committed by him.
Expand Down

0 comments on commit 5827adb

Please sign in to comment.