Documentation typography: ellipses

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
This commit is contained in:
Pierre Bertet
2013-01-08 17:10:38 +01:00
parent 63708d64e0
commit a1facced9a
10 changed files with 19 additions and 19 deletions

View File

@@ -85,7 +85,7 @@ Services contain the *processes* of your application. So, let's keep using our T
public static function validate(Location $location)
{
// Validate the location instance...
// Validate the location instance
}
}
@@ -104,7 +104,7 @@ Repositories are the data access layer of your application. They are responsible
public function save(Location $location, $user_id)
{
// Store the location for the given user ID...
// Store the location for the given user ID
}
}