mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 14:27:51 +02:00
[php/en] Fix typo (#2590)
This commit is contained in:
@@ -824,7 +824,7 @@ echo "Current method is " . __METHOD__;
|
||||
echo "Current namespace is " . __NAMESPACE__;
|
||||
|
||||
// Get the name of the current trait. Only returns a value when used inside a trait or object declaration.
|
||||
echo "Current namespace is " . __TRAIT__;
|
||||
echo "Current trait is " . __TRAIT__;
|
||||
|
||||
/**********************
|
||||
* Error Handling
|
||||
|
Reference in New Issue
Block a user