I do not know what's happening with the repository I'm using, but all the programmers who are using it are contemplating the same conflicts after pull
.
And often these conflicts are caused by simple spaces that are added to or removed from the document.
Example:
public function get(){
<<< HEAD
========
3423asdasd023423>>>>>
$test = 1;
return $test;
}
How can I resolve this?