Differences From Artifact [d5f3d8c89a]:

To Artifact [819e0a1300]:


63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
		return true;
	}

	public function fromCitizen($path)
	{
		if (!file_exists($path) || !is_readable($path))
		{
			throw new RuntimeException('Fichier inconnu : '.$path);
		}

		$fp = fopen($path, 'r');

		if (!$fp)
		{
			return false;







|







63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
		return true;
	}

	public function fromCitizen($path)
	{
		if (!file_exists($path) || !is_readable($path))
		{
			throw new \RuntimeException('Fichier inconnu : '.$path);
		}

		$fp = fopen($path, 'r');

		if (!$fp)
		{
			return false;