update 2024-05-26 17:39:15

This commit is contained in:
Robot 2024-05-26 17:39:42 +02:00
parent 750bf63ed9
commit f0696fcfe1
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [VDM\Psr\Cache](#vdm-psr-cache)
- **Namespace**: [VastDevelopmentMethod\Psr\Cache](#vastdevelopmentmethod-psr-cache)
- **interface CacheItemInterface** | [Details](src/171fcb39-ae27-4c2b-b091-2f70b824288b) | [Code](src/171fcb39-ae27-4c2b-b091-2f70b824288b/code.php) | [Settings](src/171fcb39-ae27-4c2b-b091-2f70b824288b/settings.json) | Super__171fcb39_ae27_4c2b_b091_2f70b824288b__Power

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface CacheItemInterface (Details)
> namespace: **VDM\Psr\Cache**
> namespace: **VastDevelopmentMethod\Psr\Cache**
```uml
@startuml
interface CacheItemInterface #Lavender {

View File

@ -7,7 +7,7 @@
* @git Caching Interface <https://github.com/php-fig/cache>
* @license MIT
*/
namespace VDM\Psr\Cache;
namespace VastDevelopmentMethod\Psr\Cache;
/**

View File

@ -2,7 +2,7 @@
"171fcb39-ae27-4c2b-b091-2f70b824288b": {
"name": "CacheItemInterface",
"type": "interface",
"namespace": "VDM\\Psr\\Cache",
"namespace": "VastDevelopmentMethod\\Psr\\Cache",
"code": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/code.php",
"power": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/code.power",
"settings": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/settings.json",