[Profiler] Tweak PHPDoc

This commit is contained in:
Victor Berchet 2012-01-25 13:31:27 +01:00
parent 3bcd154a6c
commit 8c3505e33c
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class MongoDbProfilerStorage implements ProfilerStorageInterface
}
/**
* Write data associated with the given token.
* Saves a Profile.
*
* @param Profile $profile A Profile instance
*

View File

@ -42,7 +42,7 @@ interface ProfilerStorageInterface
function read($token);
/**
* Write data associated with the given token.
* Saves a Profile.
*
* @param Profile $profile A Profile instance
*