mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-02 03:42:11 -04:00
[PR #6] [MERGED] Add Username Value Object #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/antonkomarev/github-profile-views-counter/pull/6
Author: @antonkomarev
Created: 7/18/2020
Status: ✅ Merged
Merged: 7/18/2020
Merged by: @antonkomarev
Base:
master← Head:add-username-value-object📝 Commits (2)
574e20aAdd Username VO6692467Fix PDO repository📊 Changes
8 files changed (+129 additions, -17 deletions)
View changed files
📝
composer.json(+2 -1)📝
composer.lock(+50 -1)📝
contracts/CounterRepositoryInterface.php(+4 -2)📝
public/database-repository.php(+3 -0)📝
public/file-repository.php(+3 -0)📝
src/CounterDatabaseRepository.php(+10 -6)📝
src/CounterFileRepository.php(+13 -7)➕
src/Username.php(+44 -0)📄 Description
All usernames are lowercase now. Counters with different cases in cloud application were merged.
eg. AntonKomarev -> antonkomarev
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.