mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[php/en] Fix typo (#2590)
This commit is contained in:
parent
6cc36cb090
commit
7c16ec5ae1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user