Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refacto: spec types #701

Closed
wants to merge 2 commits into from
Closed

Conversation

muchafm
Copy link

@muchafm muchafm commented Apr 28, 2023

No description provided.

@muchafm muchafm force-pushed the refacto/spec-types branch 2 times, most recently from 7614e68 to 1577552 Compare April 28, 2023 13:42
@@ -13,10 +13,10 @@
class AzureBlobStorageTest extends FunctionalTestCase
{
/** @var string Name of the Azure container used */
private $container;
private string $container;

/** @var AzureBlobStorage */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To remove

@@ -13,10 +13,10 @@
class AzureBlobStorageTest extends FunctionalTestCase
{
/** @var string Name of the Azure container used */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @var string Name of the Azure container used */
/** Name of the Azure container used */

@@ -30,17 +30,17 @@ function extension_loaded($name)
return $extensionLoaded;
}

function opendir($url)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
return true;
}

function apc_fetch($path)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
return sprintf('%s content', $path);
}

function apc_store($path, $content, $ttl)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -58,7 +58,7 @@ function apc_delete($path)
return true;
}

function apc_exists($path)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants