1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00
This commit is contained in:
Ryan Cramer
2019-04-09 06:16:13 -04:00
parent 3bed484c80
commit 612d886dd8
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ class WireArray extends Wire implements \IteratorAggregate, \ArrayAccess, \Count
protected $duplicateChecking = true;
/**
* Flags for PHP sort functdions
* Flags for PHP sort functions
*
* @var int
*