Skip to content

Commit fa139e0

Browse files
Ops Health Dashboard Devclaude
andcommitted
docs: completa traduzione PHPDoc in Container
Ulteriori traduzioni in Container.php: - Header del file completamente in italiano - Tutte le descrizioni PHPDoc tradotte Ora tutti i PHPDocs sono completamente in italiano. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 593a417 commit fa139e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/Container.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Dependency Injection Container
3+
* Container Dependency Injection
44
*
55
* Container DI lightweight senza singleton pattern.
66
* Usa istanze condivise gestite dal container, NON singleton statici.
@@ -14,7 +14,7 @@
1414
* Class Container
1515
*
1616
* Container per dependency injection semplice.
17-
* NO singleton pattern, NO static methods, NO final modifier.
17+
* NO singleton pattern, NO metodi static, NO modificatore final.
1818
*/
1919
class Container {
2020

0 commit comments

Comments
 (0)