minor changes

This commit is contained in:
Philipp Holzer
2018-06-26 23:42:26 +02:00
parent 130893673c
commit dd085ae592
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<?php
/**
* @file src/Core/Lock.php
* @file src/Util/Lock.php
*/
namespace Friendica\Util;
/**
* @file src/Core/Lock.php
* @file src/Util/Lock.php
* @brief Functions for preventing parallel execution of functions
*/