Skip to content

Commit 8c3505e

Browse files
committed
[Profiler] Tweak PHPDoc
1 parent 3bcd154 commit 8c3505e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function read($token)
8282
}
8383

8484
/**
85-
* Write data associated with the given token.
85+
* Saves a Profile.
8686
*
8787
* @param Profile $profile A Profile instance
8888
*

src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function find($ip, $url, $limit, $method);
4242
function read($token);
4343

4444
/**
45-
* Write data associated with the given token.
45+
* Saves a Profile.
4646
*
4747
* @param Profile $profile A Profile instance
4848
*

0 commit comments

Comments
 (0)